- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Make the logic for locating a local engine path part of its own class, add documentation, and update tests to cover engine source path locating too. #47161
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 29 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Jul, 2020 1 commit
-
-
Jenn Magder authored
-
- 10 Jun, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit dca6320f.
-
Jonah Williams authored
The tool was setting the output preferences in a sub-context. Originally these were not injected before the arg parsers were created, though that was fixed by the lazy command creation. Once local engine is removed, the inner flutter_command Zone can be removed.
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
- 28 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 16 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Mar, 2020 1 commit
-
-
stuartmorgan authored
Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant. Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable. Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes. Fixes #30704
-
- 18 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
-
- 07 Mar, 2020 1 commit
-
-
Dan Field authored
-
- 06 Mar, 2020 2 commits
-
-
Jenn Magder authored
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 24 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 10 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Jan, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269)
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 03 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 21 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 20 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 30 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 19 Jun, 2019 1 commit
-
-
Jonah Williams authored
This reverts commit 49449505.
-