flutter_html
flutter_html copied to clipboard
How to change audio player design in html.
I am using flutter_html as a audio player for a url. Everythig is working well but design is not looking good. I want to remove speedometer from design. Please any help if possible? My code:
Html(data: """<audio controls
src=${message.uri}
</audio>""")
This isn't really supported, but it would be nice if we did (via the audio custom render).
How we can implement audio custom renderer? Any help in this case please???