- 31 Oct, 2015 1 commit
-
-
Adam Barth authored
This flag builds a local FLX file and pushes that to the device instead of using an HTTP server.
-
- 30 Oct, 2015 4 commits
-
-
Devon Carew authored
-
Adam Barth authored
-
Adam Barth authored
increase test timeout
-
Adam Barth authored
Stop requiring customers to use a dev SDK
-
- 29 Oct, 2015 18 commits
-
-
Devon Carew authored
-
Adam Barth authored
Modify run_mojo command to take path to devtools.
-
Adam Barth authored
-
Alhaad Gokhale authored
-
Jason Simmons authored
Generalize path handling in flutter init
-
Alhaad Gokhale authored
Made changes as discussed. R=@jamesr
-
Hixie authored
In case we run into trouble, this at least gives us an escape hatch.
-
Hixie authored
-
Jason Simmons authored
This will make "-o ." work as expected to initialize a project in the current directory
-
Hixie authored
-
Todd Volkert authored
Wait for sky server to start before starting device
-
Todd Volkert authored
Instead of just waiting for the sky server process to start before we start the activity on the device, this causes us to wait for the sky server to actually start listening on its port Fixes #141
-
Hixie authored
-
Matt Perry authored
Depend on exact version of flx package so I can make breaking changes.
-
Matt Perry authored
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
remove an unused import review comments rename st --> stack
-
- 28 Oct, 2015 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
Add a badge for AppVeyor. (TBR)
-
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 4 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
Increase the test timeout for the `init` test to 2 minutes (test was timing out downloading assets on appveyor).
-
Devon Carew authored
remove a runInShell arg on windows when launching pub
-
- 23 Oct, 2015 5 commits
-
-
Chinmay Garde authored
-
Nathan Kerr authored
-
Adam Barth authored
Don't rely on external shasum program to calculate sum of the APK.
-
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
-
- 21 Oct, 2015 3 commits
-
-
Chinmay Garde authored
Avoid script snapshot creation if the --precompiled flag is set during builds
-
Devon Carew authored
-
Chinmay Garde authored
-