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

fix index misalignment on playlist when shaffle mode #24

Closed M-Shinoda closed 1 year ago

M-Shinoda commented 1 year ago

I was able to solve the problems already noted. The cause seems to be that the values needed in the shuffleIndices list were reversed for indexes and elements.

I am not used to English and PR so I apologize if I am wrong about something.

20

suragch commented 1 year ago

Thank you so much!!! This is amazing! I'll update the tutorial with your fix as well.