- 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
-
-
Qun Cheng authored
-
- 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.
-
- 08 Sep, 2022 1 commit
-
-
Eilidh Southren authored
* test commit * Deprecate BottomAppBarColor field * test commit * Deprecate BottomAppBarColor field * Update fix_data.yaml & tests * remove text.txt * Update PR ID values * Update fix_data.yaml * Make deprecation changes non-breaking * Whitespace formatting * Modify docstring, retain bottomAppBarColor default * Modify theme_data_test.dart * Update docstrings
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 25 Aug, 2022 1 commit
-
-
Darren Austin authored
-
- 24 Aug, 2022 1 commit
-
-
Pierre-Louis authored
* Add covariant to `ThemeExtension.lerp` * x * x
-
- 22 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 09 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 03 Aug, 2022 1 commit
-
-
Qun Cheng authored
* Created IconButtonTheme and apply it to IconButton
-
- 02 Aug, 2022 1 commit
-
-
Taha Tesser authored
-
- 27 Jul, 2022 1 commit
-
-
Darren Austin authored
-
- 14 Jun, 2022 1 commit
-
-
Darren Austin authored
-
- 27 May, 2022 1 commit
-
-
Darren Austin authored
-
- 25 May, 2022 1 commit
-
-
Greg Spencer authored
A bunch of random cleanup things I found while doing MenuBar development. Changes an if test to an assert in binding.dart, since the if should always be true. Adds the default ShortcutRegistrar that should have been in the ShortcutRegistry PR. Moves a debug message in the FocusManager to print the result after the focus change instead of before. Reorders the test parameters in theme_data_test.dart to match the order of the theme data fields everywhere else.
-
- 18 May, 2022 1 commit
-
-
Greg Spencer authored
-
- 11 May, 2022 1 commit
-
-
Andree Yosua authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 06 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 31 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 22 Mar, 2022 1 commit
-
-
Kate Lovett authored
-
- 21 Mar, 2022 3 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
Pierre-Louis authored
* first pass * x * x * address feedback * support multiple extensions * add convenience function, Object ⇒ dynamic, lerping * remove not-useful comment * fix examples/api lower sdk constraint * remove trailing spaces * remove another pesky trailing space * improve lerp * address feedback * hide map implementation from constructor and copyWith * use iterableproperty * Revert "hide map implementation from constructor and copyWith" This reverts commit a6994af0046e3c90dbc9405cac628feb5b2d3031. * slow down sample * make theme extension params required * add null check * improve documentation * fix hashCode and operator == overrides * modify existing tests * remove trailing spaces * add all tests except lerping * fix lerping bug * add toString to themeExtension example * add lerping test * assume non-nullability in example * address feedback * update docs * remove trailing space * use Map.unmodifiable
-
- 18 Mar, 2022 1 commit
-
-
Anthony authored
[Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes (#99882) [Material] Use InkSparkle for splashFactory in ThemeData when useMaterial3 is true for Android non-web runtimes (#99882)
-
- 16 Mar, 2022 1 commit
-
-
Taha Tesser authored
-
- 10 Mar, 2022 2 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
- 15 Feb, 2022 1 commit
-
-
Taha Tesser authored
-
- 14 Dec, 2021 1 commit
-
-
Rami authored
* Update color scheme seed generation to use color utils package
-
- 03 Dec, 2021 1 commit
-
-
Darren Austin authored
-
- 01 Dec, 2021 1 commit
-
-
Hans Muller authored
-
- 20 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 19 Nov, 2021 1 commit
-
-
Darren Austin authored
-
- 16 Nov, 2021 1 commit
-
-
Pierre-Louis authored
-