audioplayer
audioplayer copied to clipboard
Can not play audio on Web Flutter
I used library audioplayer: ^0.5.2, it working on app flutter, but it can not play audio on web flutter. You can help me fix it?
My code : GestureDetector( onTap: (){ AudioPlayer().play(url, isLocal: true); }, child: Icon(Icons.play_circle_outline) )
Same here. It would be awesome if this works for flutter web too
Same problem here. I tried both this and the audioplayers library. On IOS and Android it works as intended.
hope it can suppert flutter web soon