joesnarky
Results
2
issues of
joesnarky
## 🐛 Bug Report Can't add this to my app. I am using the latest build. When I download the source and build that separately everything works fine and compiles...
Every single request is giving a Result.Success. flutter_exoplayer: ^0.6.1 final Result result = await _audioPlayer.play( url, repeatMode: true, respectAudioFocus: false, playerMode: PlayerMode.BACKGROUND, ); I can put in a bad URL...