audioplayer icon indicating copy to clipboard operation
audioplayer copied to clipboard

Can not play audio on Web Flutter

Open hautran90 opened this issue 5 years ago • 3 comments

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

hautran90 avatar Nov 06 '19 05:11 hautran90

Same here. It would be awesome if this works for flutter web too

tolstenko avatar Nov 13 '19 19:11 tolstenko

Same problem here. I tried both this and the audioplayers library. On IOS and Android it works as intended.

Xadovsk avatar Nov 13 '19 19:11 Xadovsk

hope it can suppert flutter web soon

dekzitfz avatar Feb 26 '20 06:02 dekzitfz