jeromexiong / audio_manager

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

Highlight currently playing Song in list #21

Closed md186 closed 4 years ago

md186 commented 4 years ago

If I set color for index on currently playing Song everything works fine. If I go to next song via Notification Center on iOS/android, Song index doesn’t refresh highlighted Song index.

Im using Audiomanager.instance.curIndex for displaying highlighted song, but it doesn’t refresh if you go to next song via Notification Center iOS/android

jeromexiong commented 4 years ago

you can clone this project and run the example. There is no problem in my side