Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
after calling stop, the player becomes white and doesn't do anithing
Hi, great job for this great code, I have a problem enough important. As the player stop, the player doesn't do anything, becomes white . From what can depends such issue ? Thank you
Same issue here .. I tried the example they have and faced similar behavior!
Did you solve it
Same issue here .. I tried the example they have and faced similar behavior!
Did you solve it
Hi , I discovered happens when you stop the song or the playlist ends. So i managed that event in some way... There is a bug .. it seems solution didn't find I don't know how to solve, but if you manage the event... you can avoid the crash ...So I managed to do
Same issue here .. I tried the example they have and faced similar behavior! Did you solve it
Hi , I discovered happens when you stop the song or the playlist ends. So i managed that event in some way... There is a bug .. it seems solution didn't find I don't know how to solve, but if you manage the event... you can avoid the crash ...So I managed to do
I see .. I just make it loop 😬 to solve the issue