Timo Lohmann

Results 2 comments of Timo Lohmann

Fixed it by encoding the url before passing it to the player ``` final encodedURL = Uri.encodeFull(url); await player.play(UrlSource(encodedURL)); ``` Maybe the encoding in https://github.com/bluefireteam/audioplayers/blob/audioplayers-v5.2.0/packages/audioplayers/lib/src/uri_ext.dart has to be fixed. Thanks...