Commit Graph

31394 Commits

Author SHA1 Message Date
engine-flutter-autoroll
9788ae0a67 Roll Flutter Engine from c53941582b96 to 493ccb8e874e (3 revisions) (#112661) 2022-09-29 19:18:08 +00:00
Liam Appelbe
278ac62755 Migrate flutter_tools to use package:coverage (#111681) 2022-09-29 18:36:21 +00:00
Darren Austin
2bf83dd860 Add support for Material 3 Divider and VerticalDivider (#112655) 2022-09-29 11:30:53 -07:00
engine-flutter-autoroll
0fe6d60300 Roll Flutter Engine from 962b042bf62d to c53941582b96 (1 revision) (#112650) 2022-09-29 18:24:25 +00:00
engine-flutter-autoroll
c9e9f10e9d Roll Plugins from ded5528fa022 to d73b921da095 (5 revisions) (#112643) 2022-09-29 16:45:22 +00:00
Qun Cheng
a1e9411c82 Fixed the size issue (#112601) 2022-09-29 09:45:05 -07:00
engine-flutter-autoroll
0c6f250071 Roll Flutter Engine from 8964433745a8 to 962b042bf62d (1 revision) (#112641) 2022-09-29 16:27:10 +00:00
Taha Tesser
fd6997f07a Add Dialog.fullscreen and example (#112261) 2022-09-29 09:12:05 -07:00
joshualitt
c66049fcef Reland "Migrate package/flutter to JS static interop. (#111315)" (#112418) 2022-09-29 08:36:51 -07:00
Danny Tuppeny
5655225cd7 Send progress notifications to clients during hot reload / hot restart (#112455) 2022-09-29 16:27:40 +01:00
engine-flutter-autoroll
a11bef9688 Roll Flutter Engine from 261af00cd360 to 8964433745a8 (1 revision) (#112633) 2022-09-29 11:57:43 +00:00
engine-flutter-autoroll
12f4f58eba Roll Flutter Engine from 1fcf73610d76 to 261af00cd360 (1 revision) (#112628) 2022-09-29 09:57:37 +00:00
engine-flutter-autoroll
1a870765d1 Roll Flutter Engine from 6f9ac80e56c4 to 1fcf73610d76 (1 revision) (#112624) 2022-09-29 08:39:42 +00:00
engine-flutter-autoroll
07966e1adf Roll Flutter Engine from 42f4998f8d74 to 6f9ac80e56c4 (1 revision) (#112622) 2022-09-29 07:47:28 +00:00
engine-flutter-autoroll
b5b8540e5a Roll Flutter Engine from c003042e5229 to 42f4998f8d74 (1 revision) (#112617) 2022-09-29 07:01:38 +00:00
xubaolin
5c522996be fix some DSS bugs (#112142) 2022-09-29 05:04:19 +00:00
engine-flutter-autoroll
f22f1344bd Roll Flutter Engine from 73bcb7fc5058 to c003042e5229 (1 revision) (#112611) 2022-09-29 04:13:42 +00:00
engine-flutter-autoroll
8fd70181b1 Roll Flutter Engine from 38ac18460f7a to 73bcb7fc5058 (2 revisions) (#112608) 2022-09-29 03:21:31 +00:00
engine-flutter-autoroll
16046be55a Roll Flutter Engine from 5fafbc1b3a4a to 38ac18460f7a (2 revisions) (#112606) 2022-09-29 02:19:36 +00:00
Jason Simmons
74dfc0708d Treat assets as variants only if they share the same filename (#112602) 2022-09-29 01:36:20 +00:00
engine-flutter-autoroll
5c68452df7 Roll Flutter Engine from b913110f976a to 5fafbc1b3a4a (1 revision) (#112604) 2022-09-29 01:34:25 +00:00
engine-flutter-autoroll
493e09ed31 Roll Flutter Engine from d7b64e2d942f to b913110f976a (1 revision) (#112600) 2022-09-29 00:47:07 +00:00
engine-flutter-autoroll
212ccc4ee2 Roll Flutter Engine from 64ecda984981 to d7b64e2d942f (2 revisions) (#112599) 2022-09-29 00:06:24 +00:00
engine-flutter-autoroll
90ff389f1b Roll Flutter Engine from e890a48d449b to 64ecda984981 (5 revisions) (#112596) 2022-09-28 23:10:27 +00:00
Jesús S Guerrero
fc015f52c6 Use directory exists instead of path.dirname (#112219) 2022-09-28 22:24:24 +00:00
LongCatIsLooong
78e94155a0 [RenderEditable] report real height when maxLines == 1. (#112029) 2022-09-28 21:40:47 +00:00
engine-flutter-autoroll
6e02485bb6 Roll Flutter Engine from b2f0178d54d4 to e890a48d449b (1 revision) (#112589) 2022-09-28 21:26:26 +00:00
Greg Spencer
8c271e5cb8 Implement Material MenuBar and MenuAnchor (#112239)
This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two.

This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus.

Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them.

The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
2022-09-28 14:10:18 -07:00
engine-flutter-autoroll
77cb4e6041 Roll Flutter Engine from 9e76ee7ac1e5 to b2f0178d54d4 (2 revisions) (#112586) 2022-09-28 20:21:25 +00:00
Callum Moffat
4c5817c5f4 Reland "Fix DraggableScrollableSheet rebuilding during drag" (#112479) 2022-09-28 19:32:20 +00:00
engine-flutter-autoroll
3f8c31fd28 Roll Flutter Engine from d2dfe76fdf7c to 9e76ee7ac1e5 (2 revisions) (#112582) 2022-09-28 19:25:16 +00:00
Jesús S Guerrero
45584b2528 Web subsharding (#112505) 2022-09-28 19:23:35 +00:00
Flutter GitHub Bot
cd3beb4f0f Marks Linux_android new_gallery_impeller__transition_perf to be flaky (#112578) 2022-09-28 19:01:09 +00:00
Flutter GitHub Bot
6e1438c9b5 Marks Linux_samsung_s10 new_gallery_impeller__transition_perf to be flaky (#112574) 2022-09-28 18:51:57 +00:00
Alexandre Ardhuin
cfe0c2a10c unnecessary_stateful_widgets (#112296) 2022-09-28 18:19:51 +00:00
engine-flutter-autoroll
c7778f1b19 Roll Flutter Engine from 07b9d9259516 to d2dfe76fdf7c (1 revision) (#112560) 2022-09-28 18:18:17 +00:00
Flutter GitHub Bot
1a5bc32e00 Marks Mac complex_layout_macos__compile to be unflaky (#112556) 2022-09-28 18:16:10 +00:00
Jenn Magder
86e510137b Update pod repo to pull the latest Flutter pods in plugin_lint_mac (#112237) 2022-09-28 18:14:52 +00:00
Flutter GitHub Bot
92815c9f10 Marks Mac flutter_gallery_macos__compile to be unflaky (#112557) 2022-09-28 18:13:26 +00:00
Jenn Magder
94b740ad6d Roll gallery for devicelab tests (#112509) 2022-09-28 18:13:24 +00:00
Jenn Magder
2f0f49f28f Revert "Marks Mac_arm64 tool_host_cross_arch_tests to be unflaky (#112558)" (#112579)
This reverts commit e0fcdabe7b.
2022-09-28 11:09:33 -07:00
Flutter GitHub Bot
e0fcdabe7b Marks Mac_arm64 tool_host_cross_arch_tests to be unflaky (#112558) 2022-09-28 17:26:24 +00:00
Flutter GitHub Bot
c4dd441a12 Marks Windows_android channels_integration_test_win to be unflaky (#112559) 2022-09-28 17:20:03 +00:00
engine-flutter-autoroll
6dc148a5df Roll Flutter Engine from c78c35f9de27 to 07b9d9259516 (1 revision) (#112551) 2022-09-28 16:12:24 +00:00
engine-flutter-autoroll
d49cec832d Roll Plugins from 0825da164282 to ded5528fa022 (10 revisions) (#112550) 2022-09-28 15:44:43 +00:00
hangyu
3aba4bfaf1 Add mouse region for InputDecorationIcons in the textfield (#112543)
* Update mouse region

* Update text_field_test.dart

* lint
2022-09-28 23:41:26 +08:00
Flutter GitHub Bot
0941737d28 Marks Mac flutter_gallery_macos__start_up to be unflaky (#112088) 2022-09-28 15:34:08 +00:00
engine-flutter-autoroll
9bf849184d Roll Flutter Engine from 6a2ddcf6f6be to c78c35f9de27 (2 revisions) (#112540) 2022-09-28 11:37:29 +00:00
engine-flutter-autoroll
ad4e1e372f Roll Flutter Engine from b70be9e609e7 to 6a2ddcf6f6be (1 revision) (#112532) 2022-09-28 09:53:52 +00:00
engine-flutter-autoroll
c6e658b68b Roll Flutter Engine from ec650e216ccc to b70be9e609e7 (1 revision) (#112530) 2022-09-28 08:52:15 +00:00