-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
chore: Migration to Flutter 3.16 #4917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @g123k ! 😄
Run dart format --set-exit-if-changed . |
Blocked by openfoodfacts/openfoodfacts_flutter_lints#4 |
The build is now OK 👌 |
Hi everyone,
It's now safe to migrate to Flutter 3.16.
The only change is related to
WillPopScope
, which is now deprecated.There are lots of complaints on the official tracker, but I've created a
WillPopScope2
with the same kind of feature.BUT there is a change: we now need to pass 2 values:
pop()
method - for now, it's alwaysnull
, but the API is ready