-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Roll Flutter from 37beffe2a98b to e6300da2c39f (63 revisions) #2776
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
Merged
auto-submit
merged 63 commits into
flutter:main
from
engine-flutter-autoroll:flutter-packages-14cbdc98-e4f3-4a97-8767-fed300828bb4-1667487666
Nov 3, 2022
Merged
Roll Flutter from 37beffe2a98b to e6300da2c39f (63 revisions) #2776
auto-submit
merged 63 commits into
flutter:main
from
engine-flutter-autoroll:flutter-packages-14cbdc98-e4f3-4a97-8767-fed300828bb4-1667487666
Nov 3, 2022
Conversation
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
… of the source files found by the analyzer (flutter/flutter#114369)
… duplication between adapters (flutter/flutter#114533)
fluttergithubbot
approved these changes
Nov 3, 2022
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.
Roll Flutter from 37beffe to e6300da (63 revisions)
flutter/flutter@37beffe...e6300da
2022-11-03 [email protected] [tools]validation basic Xcode settings for build ipa (flutter/flutter#113412)
2022-11-02 [email protected] Roll Flutter Engine from e43555ad3b94 to 840a7b346216 (4 revisions) (flutter/flutter#114546)
2022-11-02 [email protected] Roll gallery to b6728704a6441ac37a21e433a1e43c990780d47b (flutter/flutter#114537)
2022-11-02 [email protected] Roll Flutter Engine from edb049257b52 to e43555ad3b94 (1 revision) (flutter/flutter#114540)
2022-11-02 [email protected] Added tokens for Snackbar widget. (flutter/flutter#114466)
2022-11-02 [email protected] Roll Flutter Engine from 4d1d7a41ebd2 to edb049257b52 (2 revisions) (flutter/flutter#114534)
2022-11-02 [email protected] [flutter_tools] provide --timeout option to flutter drive (flutter/flutter#114458)
2022-11-02 [email protected] [flutter_tools/dap] Add a base Flutter adapter class to avoid duplication between adapters (flutter/flutter#114533)
2022-11-02 [email protected] Roll Flutter Engine from cdfd9d0ad69b to 4d1d7a41ebd2 (1 revision) (flutter/flutter#114532)
2022-11-02 [email protected] [flutter_tools/dap] Map org-dartlang-sdk URIs to the location of the source files found by the analyzer (flutter/flutter#114369)
2022-11-02 [email protected] Marks Linux build_tests_2_3 to be unflaky (flutter/flutter#114527)
2022-11-02 [email protected] Refactor Animated[List, Grid, SliverList, SliverGrid] to share common code (flutter/flutter#113793)
2022-11-02 [email protected] Always invoke impeller ios shader target (flutter/flutter#114451)
2022-11-02 [email protected] Roll Flutter Engine from fed311918037 to cdfd9d0ad69b (2 revisions) (flutter/flutter#114513)
2022-11-02 [email protected] [web] Changes to web keyboard selection shortcuts for more consistent behavior (flutter/flutter#114264)
2022-11-02 [email protected] Roll Flutter Engine from f5eb26e3f763 to fed311918037 (2 revisions) (flutter/flutter#114501)
2022-11-02 [email protected] Roll Flutter Engine from 9ef5c9b0107b to f5eb26e3f763 (1 revision) (flutter/flutter#114494)
2022-11-02 [email protected] Add Material 3 support for BottomAppBar (reland #106525) (flutter/flutter#114439)
2022-11-02 [email protected] Roll Flutter Engine from 03d5b933164c to 9ef5c9b0107b (2 revisions) (flutter/flutter#114492)
2022-11-02 [email protected] Roll Flutter Engine from 9a741295e793 to 03d5b933164c (1 revision) (flutter/flutter#114489)
2022-11-02 [email protected] Roll Flutter Engine from f9abfc5964c9 to 9a741295e793 (2 revisions) (flutter/flutter#114487)
2022-11-02 [email protected] Roll Flutter Engine from 32faadb330fc to f9abfc5964c9 (1 revision) (flutter/flutter#114480)
2022-11-02 [email protected] Roll Flutter Engine from c05c8a8834ca to 32faadb330fc (2 revisions) (flutter/flutter#114479)
2022-11-02 [email protected] Roll Flutter Engine from 85c23bc12c56 to c05c8a8834ca (1 revision) (flutter/flutter#114476)
2022-11-02 [email protected] Roll Flutter Engine from 81f5c30b23f3 to 85c23bc12c56 (3 revisions) (flutter/flutter#114471)
2022-11-02 [email protected] Add Material 3 support for
Slider
- Part 1 (flutter/flutter#114079)2022-11-02 [email protected] Roll Flutter Engine from e95a7ae83097 to 81f5c30b23f3 (6 revisions) (flutter/flutter#114464)
2022-11-02 [email protected] Roll Flutter Engine from f4da34f1f6a8 to e95a7ae83097 (1 revision) (flutter/flutter#114453)
2022-11-01 [email protected] [flutter_tools] Introducing arg option for specifying the output directory for web (flutter/flutter#113076)
2022-11-01 [email protected] Fix bug that
timeDilation
is not reset, causing subsequent test errors, and add verifications to ensure such problem does not exist in the future (flutter/flutter#113830)2022-11-01 [email protected] Fix
addToScene
documentation (flutter/flutter#113987)2022-11-01 [email protected] Introduce debugWithActiveLayoutCleared to avoid duplicated code (flutter/flutter#114003)
2022-11-01 [email protected]
Layer ... was previously used as oldLayer
assertion error in debug mode, and page being blank in release mode, caused by LeaderLayer addToScene bug (flutter/flutter#113998)2022-11-01 [email protected] Add Material 3 Popup Menu example and update existing example (flutter/flutter#114228)
2022-11-01 [email protected] Roll Flutter Engine from c1e1a089fa16 to f4da34f1f6a8 (4 revisions) (flutter/flutter#114449)
2022-11-01 [email protected] Roll Flutter Engine from a98c82a5e583 to c1e1a089fa16 (4 revisions) (flutter/flutter#114444)
2022-11-01 [email protected] Handle dragging improvements (flutter/flutter#114042)
2022-11-01 [email protected] Revert "Overlay always applies clip (#113770)" (flutter/flutter#114442)
2022-11-01 [email protected] Roll Flutter Engine from e013908440cd to a98c82a5e583 (1 revision) (flutter/flutter#114438)
2022-11-01 [email protected] Use hintText's TextStyle overflow (flutter/flutter#114378)
2022-11-01 [email protected] Roll Flutter Engine from 31a21c75d016 to e013908440cd (1 revision) (flutter/flutter#114430)
2022-11-01 [email protected] Mark
Linux_android new_gallery__transition_perf
flaky (flutter/flutter#114429)2022-11-01 [email protected] Roll Plugins from 91d7fe5 to 5c11747 (7 revisions) (flutter/flutter#114427)
2022-11-01 [email protected] Roll Flutter Engine from 78ca5609d1cb to 31a21c75d016 (1 revision) (flutter/flutter#114426)
2022-11-01 [email protected] Roll Flutter Engine from f721db653dd1 to 78ca5609d1cb (2 revisions) (flutter/flutter#114396)
2022-11-01 [email protected] Revert "Add Material 3 support for BottomAppBar" (flutter/flutter#114421)
...