flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

How to change audio player design in html.

Open UmairSaqibBhutta opened this issue 3 years ago • 2 comments

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>""")

flutter html issue

UmairSaqibBhutta avatar Jun 08 '22 14:06 UmairSaqibBhutta

This isn't really supported, but it would be nice if we did (via the audio custom render).

erickok avatar Jun 09 '22 13:06 erickok

How we can implement audio custom renderer? Any help in this case please???

UmairSaqibBhutta avatar Jun 10 '22 14:06 UmairSaqibBhutta