-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Remove deprecated ScrollBehavior.buildViewportChrome #111715
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
Running internal testing to validate this is ready. |
|
Customers are migrated and ready |
goderbauer
left a comment
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.
LGTM
|
auto label is removed for flutter/flutter, pr: 111715, Failed to merge pr#: 111715 with OperationException(linkException: null, graphqlErrors: [GraphQLError(message: Pull Request is not mergeable, locations: [ErrorLocation(line: 2, column: 3)], path: [mergePullRequest], extensions: null)]). |
ghost
left a comment
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.
packages/flutter/lib/fix_data.yaml
- Migrate `extended_image` `^6.2.0` to `^7.0.0` - Fix some deprecated changes from Material Theme System Updates - Fix a deprecated override of `buildViewportChrome` (flutter/flutter#111715) - Remove a unnecessary override --------- Co-authored-by: Alex Li <github@alexv525.com>
This removes
ScrollBehavior.buildViewportChromeThis deprecated class has reached end of life after the release of Flutter 3.3
ScrollBehavior.buildOverscrollIndicatorinstead.Part of #111708
For the full list of deprecations being removed in this batch, see flutter.dev/go/deprecations-removed-after-3-3
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.