- 10 Nov, 2020 6 commits
-
-
Darren Austin authored
-
Jonah Williams authored
[flutter_tools] remove most globals from asset system and remove Cache manipulation in unit tests (#70011)
-
Jonah Williams authored
This reverts commit ff953e4f.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Fixes #69416 Fixes #70121
-
Jonah Williams authored
Necessary to work around #70013 (this looks like it will be fixed, but should protect us in the future) Restores some notion of skipping pub, with differences from the prior implementation: Off by default, and only used by the flutter command automatic pub get A single check parameter. Uses the framework version cached per-project instead of a timestamp of the tool, to avoid cases where downloading a prebuilt framework would cause this check to no longer work.
-
- 09 Nov, 2020 24 commits
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
redsolver authored
* Added Dartpad sample for Table widget * Changed template to stateless_widget_scaffold * Removed trailing character
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
xubaolin authored
-
Yegor authored
-
Jonah Williams authored
This reverts commit 6e5845f0.
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
Jonah Williams authored
* [null-safety] migrate flutter gallery to null safety
-
Emmanuel Garcia authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Konstantin Scheglov authored
-
chunhtai authored
* Fix crash when widgetspan does not produce a semantics node in render paragraph * fix comments * fixed corner case, added test, refactored semantics widget * addressing comment
-
Hans Muller authored
-
Konstantin Scheglov authored
-
Michael Thomsen authored
-
xster authored
-
Jia Hao authored
* [integration_test] Add a setter for defaultTestTimeout * type annotation * More type annotations * Fix doc
-
Konstantin Scheglov authored
* Ignore import_of_legacy_library_into_null_safe instead of un-migrating.
-
- 07 Nov, 2020 10 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
This will unblock the roll of the next Dart SDK
-
Yuqian Li authored
-
Michael Thomsen authored
This reverts commit 7ba775a9.
-
engine-flutter-autoroll authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
Instead of loading the use-material-design asset data from a yaml file in the repo, leave it in dart code and simplify. Remove some of the globals, but not enough to update to testWithoutContext
-
engine-flutter-autoroll authored
-
Ferhat authored
-