flutter_html_video 3.0.0 copy "flutter_html_video: ^3.0.0" to clipboard
flutter_html_video: ^3.0.0 copied to clipboard

This extension package allows the <video> tag to be rendered using the flutter_html package

flutter_html_video #

Video extension for flutter_html.

This package renders video elements using the chewie and the video_player plugin.

The package considers the attributes controls, loop, src, autoplay, poster, width, height, and muted when rendering the video widget.

Registering the VideoHtmlExtension:

Widget html = Html(
  extensions: {
    VideoHtmlExtension(),
  }
);
copied to clipboard
2
likes
160
points
4.86k
downloads

Publisher

verified publishersub6resources.com

Weekly Downloads

2024.09.29 - 2025.04.13

This extension package allows the <video> tag to be rendered using the flutter_html package

Repository (GitHub)
Contributing

Topics

#html #css #video #widget

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

chewie, flutter, flutter_html, html, video_player

More

Packages that depend on flutter_html_video