- 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
-
- 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 1 commit
-
-
Pierre-Louis authored
-
- 28 Aug, 2022 1 commit
-
-
Akshdeep Singh authored
-
- 22 Aug, 2022 1 commit
-
-
Bryan Oltman authored
* Add clipBehavior to Card+InkWell example * Add test for example * Update comment
-
- 09 Aug, 2022 1 commit
-
-
Bruno Leroux authored
-
- 29 Jul, 2022 1 commit
-
-
Taha Tesser authored
-
- 26 Jul, 2022 1 commit
-
-
Bryan Oltman authored
* Hide the debug banner in the PopupMenuButton example * Add test to verify that debug banner is not shown
-
- 15 Jul, 2022 1 commit
-
-
Taha Tesser authored
-
- 13 Jul, 2022 1 commit
-
-
Taha Tesser authored
-
- 23 Jun, 2022 1 commit
-
-
Aman Verma authored
-
- 10 Jun, 2022 1 commit
-
-
Hans Muller authored
-
- 02 Jun, 2022 1 commit
-
-
Hans Muller authored
This reverts commit 180566f2.
-
- 27 May, 2022 2 commits
-
-
Kate Lovett authored
-
Hans Muller authored
-
- 26 May, 2022 2 commits
-
-
Bruno Leroux authored
-
Pierre-Louis authored
* use `flutter_lints` for sample code * update packages * Revert "update packages" This reverts commit 14da3c69a8da9a093ad9c2acd3fc5d6c7f7751ed. * revert
-
- 25 May, 2022 1 commit
-
-
Taha Tesser authored
* `Switch`: Add an interactive examples * Update docs * Update doc
-
- 24 May, 2022 1 commit
-
-
Taha Tesser authored
-
- 19 May, 2022 1 commit
-
-
Taha Tesser authored
-
- 09 May, 2022 1 commit
-
-
Bryan Oltman authored
* Replace references to LinearProgressIndicator in CircularProgressIndicator example * Add test * fix copyright header
-
- 06 May, 2022 1 commit
-
-
Taha Tesser authored
`DropdownButton`: Update `selectedItemBuilder` example to show case item alignment and update DropdownButton examples (#102748)
-
- 29 Apr, 2022 1 commit
-
-
Taha Tesser authored
-
- 18 Apr, 2022 3 commits
-
-
Taha Tesser authored
-
Taha Tesser authored
-
Taha Tesser authored
-
- 25 Mar, 2022 1 commit
-
-
Taha Tesser authored
`Tooltip`: Add an example for `TooltipTriggerMode.manual` and add tests for existing `Tooltip` examples (#100554)
-
- 01 Mar, 2022 1 commit
-
-
Mahesh Jamdade authored
-
- 15 Feb, 2022 1 commit
-
-
Hans Muller authored
-
- 28 Jan, 2022 2 commits
-
-
Taha Tesser authored
-
Taha Tesser authored
-
- 14 Jan, 2022 1 commit
-
-
Greg Spencer authored
This extracts the examples that are in flutter/engine@main/lib/ui/text.dart into examples in the examples/api/lib/ui directory and adds some simple tests for them. Also, fixes some inconsistent test file naming. This is step 1: the next step is to remove the examples from the dart:ui code.
-
- 17 Dec, 2021 1 commit
-
-
Markus Aksli authored
-
- 09 Dec, 2021 1 commit
-
-
Markus Aksli authored
-
- 27 Oct, 2021 1 commit
-
-
Taha Tesser authored
-