flutter_html_video

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter html video

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 CustomRender:
Widget html = Html(
customRenders: {
videoMatcher(): videoRender(),
}
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.