Wege
Wege
I think you can close this @suragch. Now you can update your tutorial based on my answer above. Thank you @ryanheise, author of Audio Service. I think you are the...
The method above also works for function `setRepeatMode(AudioServiceRepeatMode repeatMode)`. If we don't provide the duration for each song [`MediaItem`], tapping on Repeat button will break the progress bar duration value...
> I have a working example of a toggle shuffle function here: > > https://github.com/IrosTheBeggar/mstream_music/blob/master/lib/media/audio_stuff.dart#L121 > > Hope that helps Hello @IrosTheBeggar, I think what @suragch meant here is the...
Thank you for the feedback, @ryanheise I have tested the @suragch tutorial and it behaves like this: - If shuffle is active, then the indexes of current playlist will be...
My bad, @ryanheise I just tested the recent just_audio example and found out that the tutorial which @suragch created, actually didn't behave like the example does. The example really works...
@ryanheise Sorry for my late reply. It seems the shuffle is working, but when loop all is active and it reached the last index; the next button is disabled. This...
I just tested the latest version of `example_playlist.dart` I found out that the Loop All is now working as it should be. But the Shuffle method only ran for once....
@ryanheise Thank you very much for helping. The whole problem is solved. I declared the function you wrote inside `AudioPlayerHandlerImpl > init()`. Now I can work on other features for...
@ryanheise I think I have found a bug in the `example_playlist.dart`. Consider I have 5 songs from A to E. If user click A, then example will display title A...
@ryanheise Yeah, I only added the MediaItem into 7 items, added some Favorite Icon and function reshuffle inside init(). Anyway, I just changed the `StreamBuilder `into `StreamBuilder` and changed all...