- 10 Apr, 2023 6 commits
-
-
engine-flutter-autoroll authored
Roll Packages from 75ede70ca5f0 to a2f396cc91db (8 revisions)
-
Eilidh Southren authored
Update MCU version
-
Jackson Gardner authored
Add support to the flutter tool to compile against the skwasm renderer
-
engine-flutter-autoroll authored
Roll Flutter Engine from 58ab7eaee66c to 44d165644450 (3 revisions)
-
luckysmg authored
[Text Input] Only unfocus when receive connectionClosed on platform except web
-
engine-flutter-autoroll authored
Roll Flutter Engine from 30daa2369d58 to 58ab7eaee66c (1 revision)
-
- 09 Apr, 2023 4 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from ce8143e25317 to 30daa2369d58 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 36c5811c4676 to ce8143e25317 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from fe924e27a725 to 36c5811c4676 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from df5e055f6aba to fe924e27a725 (1 revision)
-
- 08 Apr, 2023 4 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from cac56b220dab to df5e055f6aba (5 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 1f5433d4e4ae to cac56b220dab (1 revision)
-
Christopher Fujino authored
document StaticIconProvider
-
Greg Spencer authored
Prepare for adding values to AppLifecycleState
-
- 07 Apr, 2023 23 commits
-
-
Bruno Leroux authored
Right clicking an InkWell with no secondary tap handlers will no longer cause a ripple.
-
engine-flutter-autoroll authored
Roll Flutter Engine from fd79552e8153 to 1f5433d4e4ae (3 revisions)
-
Michael Goderbauer authored
Migrate away from deprecated BinaryMessenger API
-
engine-flutter-autoroll authored
Roll Flutter Engine from ddaa87c11434 to fd79552e8153 (2 revisions)
-
Jenn Magder authored
Force plugin transitive dependencies to an ARC compatible version
-
chunhtai authored
Reland Refactor reorderable list semantics
-
keyonghan authored
Mark analyzer_benchmark as unflaky
-
Flutter GitHub Bot authored
Roll pub packages
-
Zachary Anderson authored
Reverts flutter/flutter#123726 Analysis failures on CI https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20analyze/12890/overview
-
Reid Baker authored
Update gradle_utils.dart and flutter.gradle to have the same versions as the documentation in file says is required. (#123213) This was an oversight from pr https://github.com/flutter/flutter/pull/116146/files. Comments in both files indicate that the versions should be bumped together. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord].
-
Reid Baker authored
https://github.com/flutter/flutter/issues/123917 Missed feedback from https://github.com/flutter/flutter/pull/123916 - Handle commented out lines in gradle-wrapper.properties This is 1 of 2 prs to handle missed feedback. Formatting will be done in the second whereas this one captures a weakness missed in the last pr. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing.
-
Rexios authored
[flutter_test] Adds method to mock EventChannels
-
engine-flutter-autoroll authored
Roll Flutter Engine from d1dad6acbe5c to ddaa87c11434 (1 revision)
-
chunhtai authored
Fixes IgnorePointer and AbsorbPointer to only block user interactionsâ¦
-
Victoria Ashworth authored
Make logs verbose for gallery tests
-
engine-flutter-autoroll authored
Roll Packages from 3f480616948d to 75ede70ca5f0 (6 revisions)
-
Bruno Leroux authored
Fix EditableText misplaces caret when selection is invalid
-
engine-flutter-autoroll authored
Roll Flutter Engine from bfc4113d5801 to d1dad6acbe5c (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from dc4fe907c4bc to bfc4113d5801 (2 revisions)
-
Xilai Zhang authored
Revert "Refactor reorderable list semantics"
-
Greg Spencer authored
Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform` (#124357) Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform`
-
engine-flutter-autoroll authored
Roll Flutter Engine from 8063e1f837d3 to dc4fe907c4bc (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 6e673411acf6 to 8063e1f837d3 (1 revision)
-
- 06 Apr, 2023 3 commits
-
-
Henry Riehl authored
Positioning of cascading menus.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/419be0aed5df...6e673411acf6 2023-04-06 skia-flutter-autoroll@skia.org Manual roll Dart SDK from 36ace2c92e0a to 0c85a16bac6d (6 revisions) (flutter/engine#40974) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Greg Price authored
Fix surface-size state leak in material/paginated_data_table_test (framework shuffle-all 3/n) (#123842) Fix surface-size state leak in material/paginated_data_table_test (framework shuffle-all 3/n)
-