- 20 Dec, 2022 1 commit
-
-
Camille Simon authored
* Add spell check suggestions toolbar * Fix test and move menu * Cleanup * Cleanup and fix bug * More cleanup * Make height dynamic and use localized delete * Begin adding tests * Create var checking for results * Add tests * Fix analyze (sorta) * Add back hideToolbar call for testing * Add back hidetoolbar in ts and delete one in et * Remove unecessary calls to hidToolbar * Fix analyze and docs * Test fix * Fix container issue * Clean up * Fix analyze * Move delegate * Fix typos * Start addressing review * Continue addressing review * Add assert * Some refactoring * Add test for button behavior * Undo test change * Make spell check results public * Rearrange test * Add comment * Address review * Finish addressing review * remove unused imports * Address nits * Address review * Fix formatting * Refactor findsuggestionspanatcursorindex and textselectiontoolbar constraints * Fix analyze:
-
- 29 Nov, 2022 1 commit
-
-
Qun Cheng authored
* Created ComboBox * Fixed failing tests * Reverted the menu style tests change * Addressed comments * Updated documentation and rename foregroundColor variable * Remamed ComboBox to DropdownMenu * Removed a unused import * Removed unused import Co-authored-by: Qun Cheng <quncheng@google.com>
-
- 18 Nov, 2022 1 commit
-
-
hangyu authored
-
- 12 Nov, 2022 1 commit
-
-
Darren Austin authored
-
- 10 Nov, 2022 1 commit
-
-
Hans Muller authored
Requires G3Fix cl/486997831
-
- 07 Nov, 2022 2 commits
-
-
Hans Muller authored
This reverts commit a6da1042.
-
Hans Muller authored
-
- 28 Oct, 2022 1 commit
-
-
Justin McCandless authored
* Can show context menus anywhere in the app, not just on text. * Unifies all desktop/mobile context menus to go through one class (ContextMenuController). * All context menus are now just plain widgets that can be fully customized. * Existing default context menus can be customized and reused.
-
- 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.
-