- 03 Mar, 2016 2 commits
-
-
Adam Barth authored
The mojo_sdk has cleaned up its dependencies, so we no longer need to depend on package:test from package:flutter.
-
Adam Barth authored
This patch switches us from using our previous hacking approach to integrating with package:test to using the new PlatformPlugin interface.
-
- 20 Feb, 2016 1 commit
-
-
yjbanov authored
Runs a test app and a driver test simultaneously, then stops the app. Usage: ``` flutter drive --target=/path/to/test/app.dart ``` This command will look for `/path/to/test/app_test.dart` by convention. We will expand into other ways of discovering tests in the future.
-
- 13 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 03 Feb, 2016 1 commit
-
-
Matt Perry authored
flutter start no longer depends on a pre-built SkyShell.apk. It builds a new one, as long as an AndroidManifest.xml exists. We rebuild the .apk every time either AndroidManifest.xml or flutter.yaml changes.
-
- 25 Jan, 2016 1 commit
-
-
Seth Ladd authored
-
- 16 Dec, 2015 1 commit
-
-
Ian Hickson authored
-
- 14 Dec, 2015 1 commit
-
-
Hixie authored
-
- 11 Dec, 2015 1 commit
-
-
Jason Simmons authored
-
- 01 Dec, 2015 1 commit
-
-
Adam Barth authored
-
- 24 Nov, 2015 1 commit
-
-
Adam Barth authored
We use a number of non-public APIs in the test package, which makes our dependency quite fragile. This patch pins a specific, known-good version. We should update to the lastest version in a follow-up patch.
-
- 10 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 07 Nov, 2015 3 commits
-
-
Adam Barth authored
Using local paths ensures that each package sees each other package at HEAD.
-
Devon Carew authored
-
Adam Barth authored
-
- 04 Nov, 2015 3 commits
-
-
Adam Barth authored
-
Matt Perry authored
-
Adam Barth authored
-
- 03 Nov, 2015 2 commits
-
-
Matt Perry authored
-
Matt Perry authored
-
- 02 Nov, 2015 3 commits
-
-
Hixie authored
...by requiring a new version of analyzer. Also, when the subprocess is terminated unexpectedly, report the actual problem in more detail.
-
Hixie authored
-
Devon Carew authored
-
- 31 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 30 Oct, 2015 1 commit
-
-
Adam Barth authored
-
- 29 Oct, 2015 8 commits
-
-
Adam Barth authored
-
Hixie authored
In case we run into trouble, this at least gives us an escape hatch.
-
Hixie authored
-
Hixie authored
-
Matt Perry authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
remove an unused import review comments rename st --> stack
-
- 28 Oct, 2015 1 commit
-
-
Hixie authored
We also have to require a newer test package, since the old one depends on a version of the analyzer that uses dart:profiler, which is gone and replaced by dart:developer.
-
- 26 Oct, 2015 2 commits
-
-
Matt Perry authored
-
Matt Perry authored
-
- 24 Oct, 2015 1 commit
-
-
Devon Carew authored
remove a runInShell arg on windows when launching pub
-
- 23 Oct, 2015 3 commits
-
-
Chinmay Garde authored
-
Nathan Kerr authored
Windows has no direct way to kill a process based on port. Uses netstats and loops through the results to find the correct process to kill. Also modify Process.run for the server to runInShell if on Windows. Style nits.
-
Nathan Kerr authored
-