kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Null Safety Migration #32

Closed ErnestDaDev closed 2 years ago

ErnestDaDev commented 3 years ago

No resolution was found. Try running dart pub upgrade --null-safety --dry-run to explore why. null-safety compatible versions do not exist for:

Hi, any plans for null safety migration?

kfiross commented 3 years ago

I plan to work on it soon

graphicbeacon commented 3 years ago

Also looking forward to null-safety migration. Thanks for your great work so far!

kfiross commented 3 years ago

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

graphicbeacon commented 3 years ago

Thanks for the update @kfiross :) We're all looking forward

kfiross commented 3 years ago

I managed to migrate code to null-safety But it's still needs work (and 'watch' on collection functionality to be back again)

kfiross commented 3 years ago

@graphicbeacon @BesavedTech You can test it now

graphicbeacon commented 3 years ago

Thanks @kfiross will check it out