- 27 Feb, 2017 1 commit
-
-
Todd Volkert authored
This adds support for a `--bug-report` flag, which is a recording that: - includes the arguments that were passed to the command runner - is zipped up for easy attachment in Guthub issues
-
- 23 Feb, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Todd Volkert authored
-
- 20 Feb, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Jakob Andersen authored
* Teach flutter tools to find gradle Flutter tools will now use Gradle from Android Studio, which is now found automatically. flutter doctor will verify that Android Studio has been installed, and that the included Gradle is at least version 2.14.1. It is still possible to manually configure the path to Android Studio (flutter config --android-studio-dir=XXX) or Gradle (flutter config --gradle-dir=XXX), but this should only be necessary if they're installed somewhere non-standard. Only tested on Linux and macOS for now. Fixes #8131
-
- 17 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
Artifacts are now located in a central place. This will enable us to downlaod artifacts when we need them (instead of downloading them all upfront). This also makes replacing sky_snapshot with gen_snapshot easier.
-
- 15 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
Replaces unprintable characters with alternative symbols.
-
- 10 Feb, 2017 1 commit
-
-
Devon Carew authored
-
- 02 Feb, 2017 1 commit
-
-
Chris Bracken authored
Ref: https://developer.apple.com/xcode/
-
- 28 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 23 Jan, 2017 3 commits
-
-
Devon Carew authored
-
Todd Volkert authored
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
- 22 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 08 Dec, 2016 1 commit
-
-
Todd Volkert authored
This tests against the failure that was fixed in #7189
-
- 30 Nov, 2016 2 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
With this change, they're run via instance methods on an object obtained through the context. This will allow us to substitute that object in tests with replay/record versions to allow us to mock out the os-layer in tests.
-
- 29 Nov, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 14 Nov, 2016 2 commits
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
- 11 Nov, 2016 2 commits
-
-
John McCutchan authored
-
Dan Rubel authored
* convert flutter commands to use ToolExit for non-zero exit code * add convenience method throwToolExit * print ToolExit message iff not null
-
- 10 Nov, 2016 2 commits
-
-
John McCutchan authored
- [x] Return the reload message even when paused at a breakpoint. - [x] Only initialize context members if they aren't already initialized.
-
John McCutchan authored
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 02 Nov, 2016 1 commit
-
-
Dan Rubel authored
* merge `flutter skia` into `flutter screenshot` * improve skia failed error message * update help text - how to find diagnostic port for skia * improve error message if skia capture fails
-
- 28 Oct, 2016 1 commit
-
-
Adam Barth authored
This command is no longer needed. Also, remove some stray references to Mojo.
-
- 21 Oct, 2016 1 commit
-
-
Jason Simmons authored
With the old policy the most recent log would not be printed until the next log is produced (which may be indefinitely). This change prints logs immediately along with a time delta since the previous log.
-
- 20 Oct, 2016 1 commit
-
-
Jason Simmons authored
Also remove the obsolete "flutter refresh" command
-
- 13 Oct, 2016 1 commit
-
-
Todd Volkert authored
Fixes #6283
-
- 06 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 05 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 04 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 28 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 23 Sep, 2016 1 commit
-
-
Dan Rubel authored
-
- 22 Sep, 2016 1 commit
-
-
Dan Rubel authored
* show hidden flags when showing verbose help * flutter -v show verbose help
-