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

Flutter 2.10 & 3.0 throw warnings during compilation #316

Open
ciriousjoker opened this issue May 13, 2022 · 3 comments
Open

Flutter 2.10 & 3.0 throw warnings during compilation #316

ciriousjoker opened this issue May 13, 2022 · 3 comments

Comments

@ciriousjoker
Copy link

Example:

WidgetsBinding.instance!.addObserver(this);

now becomes (notice the missing !):

WidgetsBinding.instance.addObserver(this);
@mdpe-ir
Copy link

mdpe-ir commented May 15, 2022

@emmaweberyd
Copy link

yes please fix 🙏

@ozz-rjq
Copy link

ozz-rjq commented May 23, 2022

same issue

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

No branches or pull requests

4 participants