-
Notifications
You must be signed in to change notification settings - Fork 456
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
Migrated null safety #95
Migrated null safety #95
Conversation
Has this been publicly released yet? |
Don't think so...an ETA would be appreciated. |
Any news when this will be released? |
Hi @GrahamDi , @dukaric1991 . |
Also interested in it. |
Hopefully this will be released soon 💪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good To Me.
This will be released by this weekend. Thanks. |
This is now available in v1.0.0 |
Description
I propose this pull request to migrate this plugin to null safety as it is the way to go now that Flutter 2 has been released.
Here are the changes I introduced:
2.12.0+
dart migrate
on existing code to remove unsafe nulls (for the package & example)0.2.0
) to the changelog (as recommended)Please check everything twice!
Testing
Related tickets
Closes #93