- 12 Oct, 2022 1 commit
-
-
Qun Cheng authored
-
- 11 Oct, 2022 1 commit
-
-
hangyu authored
-
- 07 Oct, 2022 3 commits
-
-
Greg Spencer authored
-
Andrew Kolos authored
-
Camille Simon authored
-
- 06 Oct, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Jenn Magder authored
-
- 04 Oct, 2022 3 commits
-
-
Camille Simon authored
-
林军华 authored
-
Jenn Magder authored
-
- 30 Sep, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 29 Sep, 2022 6 commits
-
-
Flutter GitHub Bot authored
-
Kevin Moore authored
-
Darren Austin authored
-
Qun Cheng authored
-
Taha Tesser authored
-
joshualitt authored
-
- 28 Sep, 2022 4 commits
-
-
Greg Spencer authored
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.
-
Jesús S Guerrero authored
-
Jenn Magder authored
-
Jenn Magder authored
-
- 27 Sep, 2022 5 commits
-
-
Jenn Magder authored
-
Harry Terkelsen authored
-
Andrew Kolos authored
-
Casey Hillers authored
-
Camille Simon authored
-
- 26 Sep, 2022 3 commits
-
-
Flutter GitHub Bot authored
-
Taha Tesser authored
-
Alex Wallen authored
-
- 24 Sep, 2022 1 commit
-
-
Darren Austin authored
-
- 23 Sep, 2022 4 commits
-
-
godofredoc authored
-
Qun Cheng authored
-
Jason Simmons authored
-
Casey Hillers authored
-
- 22 Sep, 2022 2 commits
-
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
- 21 Sep, 2022 3 commits
-
-
Greg Spencer authored
-
gaaclarke authored
-
Xilai Zhang authored
-
- 20 Sep, 2022 1 commit
-
-
Flutter GitHub Bot authored
-