-
Notifications
You must be signed in to change notification settings - Fork 214
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
Comments
Are you using fvm? |
Hi. No i am not. |
Sounds like the flutter_native_splash package can be fixed using |
Saw it there . i will try tomorrow and update this issue. Whether it fix or not Thanks for the info |
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
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.
The text was updated successfully, but these errors were encountered: