suragch / flutter_audio_service_demo

Companion project for Flutter audio_service tutorial
https://suragch.medium.com/background-audio-in-flutter-with-audio-service-and-just-audio-3cce17b4a7d?sk=0837a1b1773e27a4f879ff3072e90305
MIT License
57 stars 28 forks source link

Cancel subscription #11

Open JannieT opened 2 years ago

JannieT commented 2 years ago

Super helpful article, Suragch.

Should we cancel all those stream subscriptions in the dispose method of the PageManager?

suragch commented 1 year ago

I'm finally got around to updating the article and looking at old issues. Sorry for the delay.

That's a good question. I'm kind of assuming that calling _audioHandler.stop() and _player.dispose() takes care of those streams, but I don't know that for certain.