Wege

Results 48 comments of Wege

[See this answer](https://github.com/nslog11/flutter_easyloading/issues/47#issuecomment-698827041) Hope it helps you.

> I've updated the tutorial for for just_audio 0.9.3, which fixed the shuffling bug. Thanks a lot, Ryan, for all your help and advice! Hello suragch, I just tested your...

Nice idea. I will give it a try.

I just made a question in stackoverflow.com regarding the duration issue. Can @ryanheise spare time to answer it? [Retrieve the same data from database after updating MediaItem](https://stackoverflow.com/questions/71581756/can-we-retrieve-the-same-updated-media-item-with-added-duration-in-dart-flutter) Thank you.

@ryanheise, I asked it because I found out that after using #585 example, the progress bar is not displaying after I clicked the Shuffle button. You can view the image...

I am so sorry about my S/O question. I should have added more explanation about that. Sorry, I am new in asking question of S/O. But, I found a new...

Okay, if that is what you said; I had tried to add the #518 solution inside `example_playlist.dart`. I erased all of duration of items inside MediaItem. It did read duration...

I think I know where I went wrong. I should not add this code below. ```dart if (_player.shuffleModeEnabled == true) { index = _player.shuffleIndices![index]; } ``` And the whole code...

Weird. The progress bar works very well if first song is playing and Shuffle button is pressed. But, when the player switches to second song, and I press Shuffle button...

I think this is the correct answer. We need to add function to listen song's duration automatically in function setShuffleMode, and put them in condition if shuffleMode is equal to...