Skip to content
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

Fix build warnings on Flutter 3.0.0 #40

Closed
wants to merge 2 commits into from

Conversation

gilescm
Copy link

@gilescm gilescm commented Jul 21, 2022

This PR addresses #39 by fixing dart:unnecessary_non_null_assertion warning so that the package is compatible with Flutter version 3.0.0. Warning details: The '!' will have no effect because the receiver can't be null. Try removing the '!' operator.

Warning about bindings in Flutter 3.0.0 release notes

Giles Correia Morton and others added 2 commits July 21, 2022 17:28
Warning details: The '!' will have no effect because the receiver can't be null. Try removing the '!' operator.
@gilescm
Copy link
Author

gilescm commented Aug 4, 2022

Closing in favour of #34 which was raised earlier and addresses exactly the same thing

@gilescm gilescm closed this Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant