- 31 Mar, 2023 23 commits
-
-
Kate Lovett authored
Fix docs and error messages for scroll directions + sample code
-
engine-flutter-autoroll authored
Roll Flutter Engine from a10990314872 to b2855e074deb (7 revisions)
-
Michael Goderbauer authored
Hyperlink dart docs around BinaryMessenger deprecations
-
Justin McCandless authored
TextField in a ListView becomes unresponsive
-
Harry Terkelsen authored
This allows us to check for performance differences in local Web SDKs. ## 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. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-
Jonah Williams authored
[devicelab] add regular old blur benchmark
-
Qun Cheng authored
-
engine-flutter-autoroll authored
Roll Flutter Engine from 252f6cfd0335 to a10990314872 (1 revision)
-
Camille Simon authored
[iOS] Add spell check suggestions toolbar on tap
-
engine-flutter-autoroll authored
Roll Packages from ee37f1cbdd8b to d07623d2db2b (8 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 013e936fee7b to 252f6cfd0335 (8 revisions)
-
Henry Riehl authored
Add option to keep ```MenuAnchor``` open after ```MenuItem``` tap
-
Justin McCandless authored
Added new parameters onSecondaryTap and onSecondaryTapDown
-
Danny Tuppeny authored
Roll pub packages
-
Bernardo Ferrari authored
`SemanticsFlag`/`SemanticsAction` enum migration (part 2)
-
Chinmay Garde authored
[Impeller] Plumb through the impeller-force-gl flag.
-
Zachary Anderson authored
Revert "Roll Flutter Engine from 013e936fee7b to a6421ed6bbb7 (1 revision)"
-
engine-flutter-autoroll authored
Roll Flutter Engine from 013e936fee7b to a6421ed6bbb7 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from c0e7cd5237c3 to 013e936fee7b (1 revision)
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/571c5defaa18...c0e7cd5237c3 2023-03-31 bdero@google.com [Impeller] iOS/macOS: Only wait for command scheduling prior to present (flutter/engine#40781) 2023-03-31 skia-flutter-autoroll@skia.org Roll Skia from 9b2e538f1367 to f6c1eefd4600 (4 revisions) (flutter/engine#40807) 2023-03-30 dnfield@google.com Revert "[Impeller] move everything needed by the code gen template to core (#40801)" (flutter/engine#40811) 2023-03-30 dnfield@google.com [Impeller] Delete dead code from reflector.cc (flutter/engine#40805) 2023-03-30 dnfield@google.com [Impeller] move everything needed by the code gen template to core (flutter/engine#40801) 2023-03-30 jacksongardner@google.com `ui_web` library (flutter/engine#40608) 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 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
-
Dan Field authored
Disable Fuchsia SDK usage unless opted in
-
engine-flutter-autoroll authored
Roll Flutter Engine from 58522741b806 to 571c5defaa18 (2 revisions)
-
Greg Price authored
Fix state leak in rendering/editable_test (framework shuffle-all 2/n)
-
- 30 Mar, 2023 17 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from cbb3f982d683 to 58522741b806 (6 revisions)
-
Taha Tesser authored
Fix `TableRow` with no children throws unnamed assertion
-
engine-flutter-autoroll authored
Roll Flutter Engine from d68444fa5390 to cbb3f982d683 (4 revisions)
-
Zachary Anderson authored
This reverts commit c3de9015.
-
Chinmay Garde authored
[Impeller] Plumb through the enable-vulkan-validation flag.
-
Danny Tuppeny authored
Prevent bots/analyze.dart crashing on circular dependencies
-
engine-flutter-autoroll authored
Roll Flutter Engine from bf043fdb3205 to d68444fa5390 (3 revisions)
-
Jenn Magder authored
Setup channels during IntegrationTest registration on iOS
-
engine-flutter-autoroll authored
Roll Flutter Engine from 35507f9e91a7 to bf043fdb3205 (4 revisions)
-
Qun Cheng authored
Fix bottom app bar height and end-contained fab location
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
Roll Flutter Engine from 7d190aa0e19f to 35507f9e91a7 (1 revision)
-
Greg Price authored
Remove no-shuffle from framework tests, part 1: easy cases
-
Henry Riehl authored
Wire up MenuAnchor clipBehaviour property
-
Michael Goderbauer authored
Revert "Workaround for exhaustivness bug in dart2js (#123242)"
-
engine-flutter-autoroll authored
Roll Packages from 295610b174b3 to ee37f1cbdd8b (6 revisions)
-
Ben Konyi authored
Also clean up messaging output by `flutter test` when `--start-paused` is provided.
-