-
-
Notifications
You must be signed in to change notification settings - Fork 86
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 3 issue #82
Comments
This is how other teams are solving it: |
Thanks for help @fennelhans . Shall fix soon |
I tried running example app on flutter 3.0.1 but couldn't find any issue. |
they changed WidgetBinding.instance null-aware checking operator issue into a warning (it was classified as an exception during build with flutter 3.0.0 and would prevent compilation before 3.0.1). It still shows up as a warning during debug
|
Pie chart doesnt use WidgetsBinding. |
In Flutter 3,
WidgetsBinding.instance
no longer requires a null safety check.The text was updated successfully, but these errors were encountered: