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 v3 WidgetsBinding.Instance! Null check warning #351

Closed
umitkirtil opened this issue May 12, 2022 · 5 comments
Closed

Flutter v3 WidgetsBinding.Instance! Null check warning #351

umitkirtil opened this issue May 12, 2022 · 5 comments

Comments

@umitkirtil
Copy link

Describe the bug
Flutter v3 WidgetsBinding.Instance! Null check warning

To Reproduce
Just create blank project , add this dependency and viola this warning comes up.

Expected behavior
Not to see any runtime warning

i believe this is related to this : flutter/flutter#103561

Possible solution : fix WidgetBinding? Definition.

@Hixie
Copy link

Hixie commented May 12, 2022

Are you using fvm?

@umitkirtil
Copy link
Author

Are you using fvm?

Hi. No i am not.

@Hixie
Copy link

Hixie commented May 12, 2022

Sounds like the flutter_native_splash package can be fixed using dart fix --apply.

@umitkirtil
Copy link
Author

Sounds like the flutter_native_splash package can be fixed using dart fix --apply.

Saw it there . i will try tomorrow and update this issue. Whether it fix or not

Thanks for the info

@jonbhanson
Copy link
Owner

jonbhanson commented May 15, 2022

I will push out an update soon that may resolve this.

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

3 participants