- 06 Jul, 2023 1 commit
-
-
Michael Goderbauer authored
PLUS: clean-up of all the unreachable stuff.
-
- 13 Jun, 2023 1 commit
-
-
Qun Cheng authored
Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true. All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version. related to #127064
-
- 26 May, 2023 1 commit
-
-
Qun Cheng authored
-
- 18 Apr, 2023 1 commit
-
-
Greg Spencer authored
## Description This adds an optional argument to the `SubmenuButton` that allows the creator to supply a `MenuController` for controlling the menu. ## Related Issues - Fixes https://github.com/flutter/flutter/issues/124988 ## Tests - Added tests for new argument.
-
- 06 Apr, 2023 1 commit
-
-
Henry Riehl authored
Positioning of cascading menus.
-
- 31 Mar, 2023 1 commit
-
-
Henry Riehl authored
Add option to keep ```MenuAnchor``` open after ```MenuItem``` tap
-
- 30 Mar, 2023 1 commit
-
-
Henry Riehl authored
Wire up MenuAnchor clipBehaviour property
-
- 28 Mar, 2023 1 commit
-
-
Henry Riehl authored
Add alignmentOffset when menu is positioned on the opposite side
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 15 Mar, 2023 2 commits
-
-
Bruno Leroux authored
Fix MenuAnchor closes on internal scroll
-
Michael Goderbauer authored
Remove last few references to window singleton
-
- 04 Mar, 2023 1 commit
-
-
Qun Cheng authored
-
- 02 Mar, 2023 1 commit
-
- 01 Mar, 2023 1 commit
-
-
Qun Cheng authored
Add visual density for menu default style
-
- 17 Feb, 2023 1 commit
-
-
Taha Tesser authored
-
- 01 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Deprecate MediaQuery[Data].fromWindow * ++ * dart fix
-
- 16 Dec, 2022 1 commit
-
-
Greg Spencer authored
* Fix Menu shortcut labels * Remove invalid localizations * Add more localization for Shift * Add generated localizations * Fix Test
-
- 06 Dec, 2022 1 commit
-
-
Greg Spencer authored
* Fix MenuAnchor padding * Add tests
-
- 29 Nov, 2022 1 commit
-
-
Greg Spencer authored
* Add MenuMenuAcceleratorLabel to support accelerators. * Review Changes * Review Changed * Fix default label builder to use characters * Remove golden test that shouldn't have been there.
-
- 25 Oct, 2022 1 commit
-
-
Qun Cheng authored
-
- 07 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 30 Sep, 2022 1 commit
-
-
Greg Spencer authored
Merging on red to green the build.
-
- 28 Sep, 2022 1 commit
-
-
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.
-