Remove deprecated ScrollBehavior.buildViewportChrome#111715
Merged
auto-submit[bot] merged 8 commits intoflutter:masterfrom Sep 19, 2022
Merged
Remove deprecated ScrollBehavior.buildViewportChrome#111715auto-submit[bot] merged 8 commits intoflutter:masterfrom
auto-submit[bot] merged 8 commits intoflutter:masterfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
|
Running internal testing to validate this is ready. |
Contributor
Author
|
Customers are migrated and ready |
Contributor
|
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)]). |
This was referenced Sep 20, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Sep 20, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Sep 20, 2022
3 tasks
AlexV525
added a commit
to fluttercandies/flutter_wechat_assets_picker
that referenced
this pull request
Feb 7, 2023
- 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 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.