Flutter-Music-Player
Flutter-Music-Player copied to clipboard
SongData
trafficstars
The getter 'songData' was called on null. Receiver: null Tried calling: songData
I suspect that the Flute plugin is not able to find any music files, which causes songData to be null and thus this error.
You unfortunately did not include the actual stack trace for the error so its hard to be certain but I suspect this is where the null check needs to be: https://github.com/iampawan/Flutter-Music-Player/blob/master/lib/widgets/mp_lisview.dart#L15-L17