- 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.
-
- 25 Aug, 2022 1 commit
-
-
Darren Austin authored
-
- 03 Aug, 2022 1 commit
-
-
Qun Cheng authored
* Created IconButtonTheme and apply it to IconButton
-
- 02 Aug, 2022 1 commit
-
-
Anthony Oleinik authored
* added Magnifier for iOS and Android
-
- 29 Jul, 2022 1 commit
-
-
Taha Tesser authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Update links to `material` library docs * outsmart bot heuristics
-
- 24 May, 2022 1 commit
-
-
chunhtai authored
* Support global selection * addressing comments * add new test * Addressing review comments * update * addressing comments * addressing comments * Addressing comments * fix build
-
- 12 Apr, 2022 1 commit
-
-
Taha Tesser authored
-
- 11 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 06 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 23 Mar, 2022 1 commit
-
-
Taha Tesser authored
Move `ListTileTheme` and its tests into separate classes and add `visualDensity` to the `ListTileTheme` (#100622)
-
- 09 Mar, 2022 1 commit
-
-
Anthony authored
Create an InkSparkle effect that matches the Material 3 ripple on Android 12. Similar to InkRipple, but uses the new custom shader API.
-
- 08 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 23 Feb, 2022 1 commit
-
-
Kate Lovett authored
-
- 15 Feb, 2022 1 commit
-
-
Taha Tesser authored
-
- 19 Oct, 2021 3 commits
-
-
Markus Aksli authored
-
Markus Aksli authored
This reverts commit 6b94f2f6.
-
Markus Aksli authored
-
- 26 Sep, 2021 1 commit
-
-
MH Johnson authored
-
- 01 Sep, 2021 1 commit
-
-
Rami authored
-
- 10 Jun, 2021 1 commit
-
-
Craig Labenz authored
-
- 26 Apr, 2021 1 commit
-
-
Darren Austin authored
-
- 02 Feb, 2021 1 commit
-
-
Hans Muller authored
-
- 23 Jan, 2021 1 commit
-
-
Justin McCandless authored
* Material Autocomplete widget
-
- 21 Jan, 2021 1 commit
-
-
Justin McCandless authored
Very simple right-click context menu for Windows and Linux in a Material-esque style.
-
- 13 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 15 Dec, 2020 1 commit
-
-
Justin McCandless authored
Exposes the ability to create custom Material text selection toolbar menus, and cleans up the code around these menus.
-
- 21 Nov, 2020 1 commit
-
-
Per Classon authored
-
- 20 Nov, 2020 1 commit
-
-
Darren Austin authored
Date Picker restructuring. Moved files out of 'pickers' and merged several of the non-public implementation files into date_picker.dart.
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 10 Sep, 2020 1 commit
-
-
Per Classon authored
-
- 08 Sep, 2020 1 commit
-
-
Per Classon authored
This reverts commit cb4b8677.
-
- 02 Sep, 2020 1 commit
-
-
Per Classon authored
-
- 04 Aug, 2020 1 commit
-
-
Darren Austin authored
Create a new TextSelectionTheme for text selection properties.
-
- 29 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 80237ef8.
-
Todd Volkert authored
(split out from https://github.com/flutter/flutter/pull/62317)
-
- 11 Jul, 2020 1 commit
-
-
Hans Muller authored
-
- 09 Jul, 2020 1 commit
-
-
Hans Muller authored
-
- 23 Jun, 2020 1 commit
-
-
Darren Austin authored
-