- 09 Jun, 2022 1 commit
-
-
Kate Lovett authored
-
- 07 Jun, 2022 3 commits
-
-
Darren Austin authored
-
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>
-
Darren Austin authored
-
- 06 Jun, 2022 2 commits
-
-
Nils Reichardt authored
-
Elliott Brooks (she/her) authored
-
- 04 Jun, 2022 1 commit
-
-
gaaclarke authored
-
- 03 Jun, 2022 2 commits
-
-
Jenn Magder authored
-
Pierre-Louis authored
This reverts commit 5d10cf55.
-
- 01 Jun, 2022 2 commits
-
-
Danny Tuppeny authored
-
Pierre-Louis authored
* add actionsPadding to dialog theme and refactor * fix typo * remove trailing spaces
-
- 31 May, 2022 1 commit
-
-
Alexandre Ardhuin authored
* more const immutable classes * more const constructors in dev/ and examples/
-
- 30 May, 2022 2 commits
-
-
dependabot[bot] authored
-
Viren Khatri authored
-
- 27 May, 2022 3 commits
-
-
Jonah Williams authored
-
Darren Austin authored
-
Tim Sneath authored
-
- 26 May, 2022 2 commits
-
-
Dan Field authored
-
Anna Gringauze authored
-
- 25 May, 2022 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 24 May, 2022 1 commit
-
-
Dacian Florea authored
-
- 21 May, 2022 1 commit
-
-
Casey Hillers authored
-
- 20 May, 2022 3 commits
-
-
Darren Austin authored
* Add support for M3 AppBar 'Medium' and 'Large' types. * Updates from review feedback. * Updated from review feedback.
-
Tong Mu authored
-
Tong Mu authored
-
- 19 May, 2022 3 commits
-
-
Darren Austin authored
-
Zachary Anderson authored
-
Michael Goderbauer authored
-
- 18 May, 2022 3 commits
-
-
gaaclarke authored
-
Jenn Magder authored
-
Pierre-Louis authored
-
- 17 May, 2022 1 commit
-
-
engine-flutter-autoroll authored
* e0f736dab Set error handler (flutter/engine#33402) * dcd596a99 Roll Dart SDK from 381855557df2 to f3bf9025c141 (1 revision) (flutter/engine#33411) * 5c2a16e07 Roll Fuchsia Linux SDK from F0_B8WVKY... to IZ7_b83xC... (flutter/engine#33415) * 4958a245a Roll dart sdk to 1bdb83bddf96c41cc046810c697a2c80bfaaaf19 (flutter/engine#33416) * d2fd3d852 Roll Fuchsia Mac SDK from t_ky8l6nb... to egBfZMmTP... (flutter/engine#33417) * d58fc83f1 Roll Dart SDK from 1bdb83bddf96 to 0bc104c3e959 (1 revision) (flutter/engine#33419) * 8ab172029 Roll Skia from 0a5146ca3ffd to 16fa353926b8 (28 revisions) (flutter/engine#33420) * Remove fraction translation * Update codesign.dart Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 14 May, 2022 3 commits
-
-
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.
-
Jonah Williams authored
-
Chris Bracken authored
Many of our flutter_tools templates include image assets such as application icons. Adding these will trigger an analysis error from our CI tooling. This adds a pointer to the wiki describing the procedure for adding or updating image assets in the templates: https://github.com/flutter/flutter/wiki/Managing-template-image-assets Uncovered while working on https://github.com/flutter/flutter/issues/103371
-
- 13 May, 2022 4 commits
-
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
* c4b899f63 Roll dart sdk to 7b24ff4d92e2d2136020fc5bedadfe7025861510 (flutter/engine#33309) * 7956603cc [web] Migrate Flutter Web DOM usage to JS static interop - 12. (flutter/engine#33241) * 1d0c2ae6f Roll Skia from 1e43dce386c9 to f6e31bf1dcfb (6 revisions) (flutter/engine#33320) * ed5a2fef0 Roll Skia from f6e31bf1dcfb to 69fecd6c2d85 (1 revision) (flutter/engine#33322) * 10e0e1534 Revert "[web] Migrate Flutter Web DOM usage to JS static interop - 12. (#33241)" (flutter/engine#33321) * fix local tests Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
-
Christopher Fujino authored
This reverts commit 145be18c.
-