iampawan / Flutter-Music-Player

Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Apache License 2.0
1.69k stars 543 forks source link

The player displays the wrong name of the music #22

Open b3coded opened 5 years ago

b3coded commented 5 years ago

Problem

File: now_playing.dart , Line: 165

The player displays the wrong name of the music

Solution

Change the play(widget._song) for play(song)