jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
99 stars 54 forks source link

Notification Panel still exits even after clearing the playlist #51

Closed poonkuzhalik closed 2 years ago

poonkuzhalik commented 3 years ago

Hi,

I'm using version - 0.5.7+1

While trying to support a 'clear playlist' functionality, I do the following steps

await AudioManager.instance.stop(); await AudioManager.instance.release(); AudioManager.instance.audioList.clear();

But I still see the notification panel open with the last song, while the actual playlist is empty. Also, click on the notification panel doesn't execute any operation.

Can you please let me know, if I'm missing any step or is it a bug to be handled?

Poongs

vivekdhameliya2 commented 3 years ago

Same issue with me also, if you know any solution please help me..

ManojDvs commented 3 years ago

yes clicking on notification does not open the app for me, any solution for this.

jeromexiong commented 2 years ago

not supported yet. like #56