We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The getter 'songData' was called on null. Receiver: null Tried calling: songData
The text was updated successfully, but these errors were encountered:
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
songData
Sorry, something went wrong.
No branches or pull requests
The getter 'songData' was called on null.
Receiver: null
Tried calling: songData
The text was updated successfully, but these errors were encountered: