-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
Mirgrated to null safety #61
base: master
Are you sure you want to change the base?
Conversation
It doesn't work. I tested it today. |
Hi can you include some error logs on to where it didnt work? |
|
Hi @mmdmine can you now try again with the latest commit? |
Hi @Mayb3Nots I've also tried it yesterday but even though I delete the pubspec.lock and double check your ebf6ca5 and run flutter pub get it stil doesn't work it is still the same error |
@TcBello After double checking it seems like I missed some of the FutureOR. Please try again with this commit |
@Mayb3Nots it's now working thank you |
@Mayb3Nots is there an error in creating and adding songs in playlist in your part? I've tried it in my part but I got at error of "_CastError (type 'Future' is not a subtype of type 'FutureOr<List>' in type cast)" |
Can u paste the full exception including stacktrace? |
[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: type 'Future' is not a subtype of type 'FutureOr<List>' in type cast |
from what I observed I got this errors all in PlaylistInfo class, not just removeSong() produces errors but also other methods |
Should be fixed please use lastest commit thanks. any future error please open an issue at my fork repo. |
No description provided.