- 17 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 13 Jun, 2022 2 commits
-
-
Ahmed Ashour authored
-
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>
-
- 10 Jun, 2022 1 commit
-
-
Hans Muller authored
-
- 09 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 07 Jun, 2022 1 commit
-
-
Qun Cheng authored
* Added standard IconButton for M3 with new ButtonStyle field * Added IconButton examples for standard, filled, filled_tonal, and outlined types Co-authored-by:
Qun Cheng <quncheng@google.com>
-
- 06 Jun, 2022 2 commits
-
-
Youssef Attia authored
* Small typo with text on the source of an example text file * Added short paragraph on example location * Keep line length around 80 chars * Moved description of adding tests to a different paragraph * Removed whitespace * small 80 chars fix * small 80 chars fix * fixed col length * trailing whitespace
-
Elliott Brooks (she/her) authored
-
- 02 Jun, 2022 2 commits
-
-
Pierre-Louis authored
-
Hans Muller authored
This reverts commit 180566f2.
-
- 01 Jun, 2022 1 commit
-
-
Danny Tuppeny authored
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 30 May, 2022 1 commit
-
-
Taha Tesser authored
-
- 27 May, 2022 4 commits
-
-
Kate Lovett authored
-
Darren Austin authored
-
Hans Muller authored
-
Tim Sneath authored
-
- 26 May, 2022 3 commits
-
-
Anna Gringauze authored
-
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 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 3 commits
-
-
Bruno Leroux authored
-
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
-
- 14 May, 2022 1 commit
-
-
Chris Bracken authored
Roll dependendencies This rolls depdendencies to latest using flutter update-packages --force-upgrade This change includes three code changes: * Removes charcode from the dependencies allowlist since it no longer appears in the transitive closure of dependencies of the flutter, flutter_test, flutter_driver, flutter_localizations, and integration_test packages. * Uses Resolver.create instead of the deprecated Resolver constructor. The default Resolver constructor has been deprecated in favour of the static Resolver.create() factory function, which unfortunately happens to be async. Propagated the async-ness up the chain. This change was partially reverted and the deprecation ignored in this patch until package:coverage can be rolled internally at Google. * Eliminates the use of the deprecated packagesPath parameter to HitMap.parseJson. This parameter was deprecated and replaced with packagePath in https://github.com/dart-lang/coverage/pull/370 which was part of the overall deprecation of the .packages file in Dart itself https://github.com/dart-lang/sdk/issues/48272. The overall goal being that end-user code shouldn't need to know about implementation details such as whether dependency information is stored in a .packages file or a package_info.json file, but rather use the package_config package to obtain the package metadata and perform other functions such as resolving its dependencies to filesystem paths. packagesPath was replaced by packagePath, which takes the path to the package directory itself. Internally, package:coverage then uses package_config to do the rest of the package/script URI resolution to filesystem paths. This change was partially reverted and the deprecation ignored in this patch until package:coverage can be rolled internally at Google. This is a pre-update prior to updating flutter_template_images in https://github.com/flutter/flutter/pull/103739 Issue: https://github.com/flutter/flutter/issues/103371 Issue: https://github.com/flutter/flutter/issues/103775 Issue: https://github.com/flutter/flutter/issues/103830 When re-applying the partially-reverted changes to code coverage, we'll need to patch host_entrypoint.dart internally to await the Future that we'll be returning rather than a non-async value.
-
- 13 May, 2022 1 commit
-
-
Chris Bracken authored
Adds macOS support to the layers examples collection. Issue: https://github.com/flutter/flutter/issues/84306
-
- 12 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 11 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2022 1 commit
-
-
Christopher Fujino authored
Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 09 May, 2022 2 commits
-
-
Bryan Oltman authored
* Replace references to LinearProgressIndicator in CircularProgressIndicator example * Add test * fix copyright header
-
Taha Tesser authored
* `CupertinoTabScaffold`/`CupertinoTabController`: Add interactive examples * fix class name in the test * Kick tests
-
- 07 May, 2022 1 commit
-
-
Taha Tesser authored
-
- 06 May, 2022 2 commits
-
-
Taha Tesser authored
`DropdownButton`: Update `selectedItemBuilder` example to show case item alignment and update DropdownButton examples (#102748)
-
Taha Tesser authored
-
- 05 May, 2022 1 commit
-
-
Taha Tesser authored
-