Flutter-AssetsAudioPlayer
                                
                                
                                
                                    Flutter-AssetsAudioPlayer copied to clipboard
                            
                            
                            
                        Stop after playback
When I play audio from the playlist, after the end of the track, it automatically skips to the next track. How can I ensure that one track is played in the playlist and there is a stop after it, and not the next one?
I looked into the library code and found that the hasNext variable is true. As I understand it, because of this, the next one on the list is reproduced
Is there a workaround for this for now? I don't want the player to auto play to next one in the playlist.
@florent37 It shouldn't bother you, just add a method so that you can enable or disable sequential playback of tracks in the playlist.