- 30 Mar, 2023 1 commit
-
-
Greg Spencer authored
-
- 29 Mar, 2023 1 commit
-
-
Simon Binder authored
Treat hidden `IndexedStack` children as offstage for test finder
-
- 28 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Fix Align doc
-
- 25 Mar, 2023 1 commit
-
-
Todd Volkert authored
Make InkDecoration not paint if the ink is not visible
-
- 22 Mar, 2023 2 commits
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
Ian Hickson authored
Documentation improvements
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 02 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
* Make Flex,Row,Column const for real * dart fix --apply * fix snippets * fix integration test * add comment
-
- 01 Feb, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 31 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 24 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes
-
- 21 Jan, 2023 1 commit
-
-
Samina Rahman Purba authored
* Added Transform.flip * Add tests for Transform.flip * fix: failing tests * fix the failing test * fix test according to review * Make z component constant, update doc * Disabled changing alignment * Apply suggested definition Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com> Co-authored-by: nayeemtby <nayeemtby@gmail.com> Co-authored-by: Nayeem Hasan <71181265+nayeemtby@users.noreply.github.com> Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
-
- 20 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 11 Dec, 2022 1 commit
-
-
Ian Hickson authored
-
- 05 Dec, 2022 1 commit
-
-
Loïc Sharma authored
-
- 03 Dec, 2022 1 commit
-
-
Todd Volkert authored
(and remove one video that was listed twice with the same widget)
-
- 26 Oct, 2022 1 commit
-
-
pdblasi-google authored
-
- 20 Oct, 2022 1 commit
-
-
Chris Yang authored
link "iOS PlatformView BackdropFilter design doc" in the BackdropFilter widget's documentation (#113779)
-
- 17 Oct, 2022 1 commit
-
-
Tzvi Melamed 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 2 commits
-
-
Gazihan Alankus authored
-
Jonah Williams authored
-
- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 08 Sep, 2022 1 commit
-
-
yaakovschectman authored
* Introduce tests for tristate checkboxes * Initial * Use tristate changes in engine * Flutter_test matchers test update * Comments, tests * Update packages/flutter/lib/src/semantics/semantics.dart Co-authored-by: Chris Bracken <chris@bracken.jp> * Assert mutual exclusivity * Assert valid state before updating state * Update packages/flutter/lib/src/semantics/semantics.dart Typo fix in comment Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> Co-authored-by: Chris Bracken <chris@bracken.jp> Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 29 Aug, 2022 1 commit
-
-
Greg Spencer authored
-
- 17 Aug, 2022 1 commit
-
-
Craig Labenz authored
* added dropdown and scaffoldmessenger FWW links * added StatefulBuilder wotw link * added Autocomplete FWW link * removed accidental auto-formatting
-
- 16 Aug, 2022 1 commit
-
-
Mahesh Jamdade authored
-
- 11 Aug, 2022 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 01 Jul, 2022 1 commit
-
-
Hari07 authored
-
- 13 Jun, 2022 1 commit
-
-
Youssef Attia authored
* Added an example for IndexedStack * Added tests for the IndexedStack example * Fixed type issue for onSubmitted callback functions * Fixed documentation and moved files to their appropriate places * Fixed documentation and moved files to their appropriate places * Moved test files to their appropriate places * Moved test files to their appropriate places * Fixed file path in documentation * Remove trailing space * Formatting changes * Remove extra line * Further formatting changes * Further formatting changes * fix comma and inline Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com> * Formatting * indentation and formatting * Formatting * Formatting * Formatting * Removed duplicate chevron * better wording on documentation Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> * Added testing for state preservation Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com> Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 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
-
- 23 May, 2022 1 commit
-
-
gaaclarke authored
-
- 20 May, 2022 1 commit
-
-
Casey Hillers authored
-
- 19 May, 2022 1 commit
-
-
Jonah Williams authored
-