- 08 Nov, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 53e68762.
-
Kate Lovett authored
* allow marking a golden check as flaky * add matchesFlutterGolden to analyze.dart; no tags for flutter_goldens/lib * Pause * ++ * ++ * Analyzer therapy * Once more with feeling * Nits * Review feedback * Silly oops * Test progress * More tests * Finish * Nits * Analyzer * Review feedback Co-authored-by:
Yegor Jbanov <yjbanov@google.com>
-
- 01 Nov, 2022 1 commit
-
-
Taha Tesser 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.
-
- 25 Oct, 2022 3 commits
-
-
Qun Cheng authored
-
Taha Tesser authored
-
Taha Tesser authored
-
- 24 Oct, 2022 1 commit
-
-
J-P Nurmi authored
-
- 19 Oct, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit 2fdfa29e.
-
Taha Tesser authored
-
- 07 Oct, 2022 2 commits
-
-
Greg Spencer authored
-
Greg Spencer authored
-
- 04 Oct, 2022 1 commit
-
-
J-P Nurmi authored
Allows the creation of virtual in-app keyboards written in Flutter. Especially useful for embedded environments.
-
- 03 Oct, 2022 1 commit
-
-
Taha Tesser authored
-
- 29 Sep, 2022 2 commits
-
-
Darren Austin authored
-
Taha Tesser 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.
-
- 27 Sep, 2022 1 commit
-
-
Casey Hillers authored
-
- 26 Sep, 2022 1 commit
-
-
Taha Tesser authored
-
- 23 Sep, 2022 1 commit
-
-
Anthony Oleinik authored
-
- 21 Sep, 2022 1 commit
-
-
Taha Tesser authored
-
- 15 Sep, 2022 3 commits
-
-
Greg Spencer authored
-
Zachary Anderson authored
This reverts commit 7242ea22.
-
Greg Spencer authored
-
- 09 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 06 Sep, 2022 1 commit
-
-
Darren Austin authored
* Added support for surfaceTintColor and shadowColor to the Dialog widgets. * Updated the defaults for Material.shadowColor and Material.surfaceTint to allow turning off the features with a transparent color. * Added support for shadowColor and surfaceTintColor for Drawer widget.
-
- 02 Sep, 2022 2 commits
-
-
Pierre-Louis authored
-
LongCatIsLooong authored
-
- 28 Aug, 2022 1 commit
-
-
Akshdeep Singh authored
-
- 25 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 23 Aug, 2022 1 commit
-
- 22 Aug, 2022 1 commit
-
-
Bryan Oltman authored
* Add clipBehavior to Card+InkWell example * Add test for example * Update comment
-
- 21 Aug, 2022 1 commit
-
-
Greg Spencer authored
This reverts commit b3aba4d9 because it breaks Google tests.
-
- 19 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 18 Aug, 2022 2 commits
-
-
Qun Cheng authored
* Revert "Revert "Set `IconButton.visualDensity` default to `VisualDensity.standard` (#109349)" (#109421)" Co-authored-by:
Qun Cheng <quncheng@google.com>
-
Taha Tesser authored
-
- 16 Aug, 2022 1 commit
-
-
Casey Hillers authored
-
- 15 Aug, 2022 1 commit
-
-
Bernardo Ferrari authored
-
- 11 Aug, 2022 2 commits
-
-
Qun Cheng authored
* Set IconButton's visualDensity to standard Co-authored-by:
Qun Cheng <quncheng@google.com>