- 20 Apr, 2016 2 commits
-
-
Devon Carew authored
* move driver create test to the flutter_tools package * review comments
-
Devon Carew authored
* allow flutter create to re-gen over an existing project * add a regression test
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 3 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
Devon Carew authored
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
- 09 Apr, 2016 1 commit
-
-
stevemessick authored
* Add validity checks to create * Adjust indent
-
- 07 Apr, 2016 1 commit
-
-
Jason Simmons authored
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger (#3165)
-
- 04 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 30 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Yegor Jbanov authored
Driver returns exit code 0 even when tests fail. This commit fixes it by propagating the exit code set by `package:test`.
-
- 21 Mar, 2016 3 commits
-
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
-
Ian Hickson authored
-
- 17 Mar, 2016 3 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
Devon Carew authored
-
- 14 Mar, 2016 3 commits
-
-
Hixie authored
-
Adam Barth authored
Instead, require an AndroidManifest.xml and always build an APK. Fixes #2517
-
Ian Hickson authored
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Mar, 2016 2 commits
-
-
Hixie authored
Test that flutter analyze catches no error if two imported libraries have the same name. Also, make tests know how to find the flutter root and fix style in one test to be consistent with the rest of the file.
-
Devon Carew authored
-
- 10 Mar, 2016 3 commits
-
-
Devon Carew authored
-
Yegor Jbanov authored
-
Hixie authored
And fix a zillion omissions this uncovered.
-
- 08 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 07 Mar, 2016 2 commits
-
-
Devon Carew authored
-
-
- 04 Mar, 2016 2 commits
-
-
Steve Messick authored
-
Devon Carew authored
-
- 03 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 2 commits
-
-
Devon Carew authored
-
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.
-
- 24 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 23 Feb, 2016 1 commit
-
-
yjbanov authored
"flutter create" adds option `--with-driver-test` that adds dependencies to `flutter_driver` in `pubspec.yaml` and creates a basic driver test runnable via `flutter drive --target=test_driver/e2e.dart` "flutter drive" new options: - `--keep-app-running` tells the driver to not stop the app after tests are done - `--use-existing-app` tells the driver to not start a new app but use an already running instance
-
- 22 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Feb, 2016 1 commit
-
-
Devon Carew authored
-