- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 27 May, 2022 2 commits
-
-
Kate Lovett authored
-
Hans Muller authored
-
- 26 May, 2022 1 commit
-
-
Bruno Leroux authored
-
- 25 May, 2022 2 commits
-
-
Greg Spencer authored
When I was doing the MenuBar implementation, I made some changes to the PlatformMenuBar to allow it to understand shortcuts a little more, and to deprecate the body parameter rename it to child to match most other widgets. These are those changes, separated out because they are separable, and I'm trying to make the MenuBar PR smaller.
-
Taha Tesser authored
* `Switch`: Add an interactive examples * Update docs * Update doc
-
- 24 May, 2022 2 commits
-
-
chunhtai authored
* Support global selection * addressing comments * add new test * Addressing review comments * update * addressing comments * addressing comments * Addressing comments * fix build
-
Taha Tesser authored
-
- 20 May, 2022 1 commit
-
-
Darren Austin authored
* Add support for M3 AppBar 'Medium' and 'Large' types. * Updates from review feedback. * Updated from review feedback.
-
- 19 May, 2022 2 commits
-
-
Darren Austin authored
-
Taha Tesser authored
-
- 17 May, 2022 1 commit
-
-
Michael Goderbauer 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
-
- 28 Apr, 2022 2 commits
-
-
Phil Quitslund authored
-
Taha Tesser authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Apr, 2022 1 commit
-
-
xubaolin authored
-
- 18 Apr, 2022 3 commits
-
-
Taha Tesser authored
-
Taha Tesser authored
-
Taha Tesser authored
-
- 09 Apr, 2022 1 commit
-
-
Darren Austin authored
-
- 08 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 04 Apr, 2022 1 commit
-
-
Greg Spencer authored
Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering. This PR includes: A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform. A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate. An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus. This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
-
- 30 Mar, 2022 1 commit
-
-
Pierre-Louis authored
* Update theme_extension.1.dart * empty commit * update color names to be semantic
-
- 25 Mar, 2022 1 commit
-
-
Taha Tesser authored
`Tooltip`: Add an example for `TooltipTriggerMode.manual` and add tests for existing `Tooltip` examples (#100554)
-
- 22 Mar, 2022 1 commit
-
-
Darren Austin authored
-
- 21 Mar, 2022 1 commit
-
-
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
-
- 04 Mar, 2022 1 commit
-
-
Viren Khatri authored
-
- 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
-
- 24 Jan, 2022 1 commit
-
-
Kate Lovett authored
-
- 17 Dec, 2021 1 commit
-
-
Markus Aksli authored
-
- 12 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 09 Dec, 2021 1 commit
-
-
Markus Aksli authored
-
- 10 Nov, 2021 1 commit
-
-
Darren Austin authored
-
- 04 Nov, 2021 1 commit
-
-
Taha Tesser authored
[ReorderableListView] Update doc with example to make it clear `proxyDecorator` can overriden to customise an item when it is being dragged. (#91837)
-