ryanheise
ryanheise
@gOzaru I will eventually add such an example (based on the just_audio playlist example), but in the meantime, have you looked at @suragch 's tutorial?
Hi @gOzaru , if you want an example of how to use `ShuffleOrder` which is an API in the just_audio plugin, I would suggest making a feature request on the...
Just a reminder @gOzaru to create an issue on just_audio for a `ShuffleOrder` example.
I've just added a new example `example/lib/example_playlist.dart` which demonstrates a playlist with shuffling/looping. It's basically the just_audio example wrapped in an audio_service handler, except that I've made it so when...
Yep I'm aware of that, I just implemented rather cheap versions of hasNext and hasPrevious. But you can easily modify these to always return true when repeat mode is enabled.
The latest commit fixes hasNext/hasPrevious.
> If Loop All is active and after the first loop, it won't reshuffle the playlist again. That's the same as the way I implemented it in just_audio. It will...
I will have to check this tomorrow since it's getting late over here, but can you confirm whether the unmodified `example_playlist.dart` reproduces the bug? If so, I will just investigate...
Hi @gOzaru are you able to create a bug report? It's a bit difficult from an excerpt to see if there is a bug and where it is.
Can you please provide the minimal reproduction project as requested?