audioplayers not working when app in background flutter

29 Views Asked by At

Is the audioplayers plugin meant to work when app is in background?

I am calling this line await player.play(AssetSource(audioFilePlath)); when app is in background and no sound is played. The same code works when app is visible. I have looked up the issues page on github where this issue has been mentioned already but with no satisfactory response.

0

There are 0 best solutions below