- 07 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 21 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
The old `whichAll` implementation was not considering different extensions for executables on Windows. By defering to OS-built-in tools we avoid implementing it. Fixes #8882.
-
- 14 Mar, 2017 1 commit
-
-
Todd Volkert authored
1. Add `PortScanner` abstraction so that we don't do actual port scanning in tests. 2. Don't change the real `cwd` of the isolate during tests, as it affects all tests, not just the current running test. Fixes #8761
-
- 13 Mar, 2017 1 commit
-
-
John McCutchan authored
Fixes #8618
-
- 09 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 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
-
- 21 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 14 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 11 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 27 Jan, 2017 1 commit
-
-
Ian Hickson authored
...and add --diagnostic-port. ...and document port 0.
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 25 Jan, 2017 1 commit
-
-
Michael Goderbauer authored
Required for https://github.com/flutter/flutter/issues/138
-
- 24 Jan, 2017 1 commit
-
-
Todd Volkert 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.
-
- 30 Nov, 2016 1 commit
-
-
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
-
- 13 Oct, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Aug, 2016 1 commit
-
-
Dan Rubel authored
* implement flutter packages get/upgrade command * alias flutter pub * refactor findProjectRoot for use by multiple commands fixes https://github.com/flutter/flutter/issues/4994
-
- 22 Aug, 2016 1 commit
-
-
Devon Carew authored
* don't resolve symlinks as part of which * update method dartdoc
-
- 09 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
* rework flutter run * fix npe with --debug-port * connect to obs and exit when that conneciton closes * update todos
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
* better messaging about windows support * fix lints
-
- 07 Apr, 2016 1 commit
-
-
Devon Carew authored
* move the engine download code to dart * fix populating the bin/cache/pkg dir
-
- 14 Mar, 2016 1 commit
-
-
Hixie authored
-
- 26 Feb, 2016 1 commit
-
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
- 13 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 02 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Nov, 2015 1 commit
-
-
Adam Barth authored
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
-
- 10 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 07 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 02 Nov, 2015 1 commit
-
-
Devon Carew authored
-