just_audio
just_audio copied to clipboard
fix when play music in background thread, play state will change wrong
https://github.com/user-attachments/assets/dbea5640-4d21-4a84-ae19-c5b63056893c
When I play with other music player, click a home widget to play with just_audio, it will throw a exception from native core. At this point, we should catch the exception and change the playback status to stop. Or just_audio can provide the ability to interrupt other audio, I think both are possible.