flutter_html_audio 3.0.0-alpha.4 copy "flutter_html_audio: ^3.0.0-alpha.4" to clipboard
flutter_html_audio: ^3.0.0-alpha.4 copied to clipboard

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

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(),
  }
);
0
likes
0
pub points
91%
popularity

Publisher

verified publishersub6resources.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

chewie_audio, flutter, flutter_html, html, video_player

More

Packages that depend on flutter_html_audio