SidVermaS / music_player

6 stars 7 forks source link

Cannot play the next track after completion of previous song #1

Open lameck94 opened 3 years ago

lameck94 commented 3 years ago

After selecting a song and it finishes playing the song does not go to the next track in the list instead it shows an error message:

======== Exception caught by widgets library ======================================================= The following assertion was thrown building MusicPlayer-[LabeledGlobalKey#1cc1c](dirty, state: MusicPlayerState#1eeea): 'package:flutter/src/material/slider.dart': Failed assertion: line 166 pos 15: 'value >= min && value <= max': is not true.

Jagmohanrai commented 3 years ago

Please include the following code after line number 40 in music_player.dart, if(currentValue>=maximumValue) { widget.changeTrack(true); }