flutter_html_audio

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter html audio

flutter_html_audio #
Audio extension for flutter_html.
This package renders audio elements using the chewie_audio and the video_player plugin.
The package considers the attributes controls, loop, src, autoplay, width, and muted when rendering the audio widget.
Registering the CustomRender:
Widget html = Html(
customRenders: {
audioMatcher(): audioRender(),
}
);
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.