Null Safety Migration
Closed this issue ยท 7 comments
No resolution was found. Try running dart pub upgrade --null-safety --dry-run
to explore why.
null-safety compatible versions do not exist for:
- flutter_mongodb_realm
Hi, any plans for null safety migration?
I plan to work on it soon
Also looking forward to null-safety migration. Thanks for your great work so far!
Just updating:
There is one library that hasn't migrated to null-safety (streams_channel), so I'll see what can be done
web and platform_interface are with null-safety now
Thanks for the update @kfiross :) We're all looking forward
I managed to migrate code to null-safety
But it's still needs work (and 'watch' on collection functionality to be back again)
@graphicbeacon @BesavedTech
You can test it now
Thanks @kfiross will check it out