- 25 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 2 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
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
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a --deploy flag to build apk * update command description * use an enum instead of a bool param for build variants * rename buildForDeploy flag to buildVariant * review comments
-
- 08 Apr, 2016 1 commit
-
-
Jason Simmons authored
Do not check for an existing package map if a command is going to run "pub get" to update the package map (#3202) Also remove a redundant check for the --pub option in the run command
-
- 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
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Mar, 2016 2 commits
-
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
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
-
- 11 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Mar, 2016 1 commit
-
-
Eric Seidel authored
Previously we were ignoring the return code and continuing. @devoncarew
-
- 04 Mar, 2016 1 commit
-
-
Steve Messick authored
-
- 02 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
- 26 Feb, 2016 4 commits
-
-
Devon Carew authored
-
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.
-
Devon Carew authored
-
- 24 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Chinmay Garde authored
-
- 20 Feb, 2016 2 commits
-
-
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.
-
Chinmay Garde authored
-
- 17 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 16 Feb, 2016 1 commit
-
-
Adam Barth authored
This removes a step that can cause trouble. Fixes #1904
-
- 15 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Feb, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
- 10 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 09 Feb, 2016 1 commit
-
-
Matt Perry authored
Previously we'd always stop org.domokit.sky.shell. If an AndroidManifest.xml exists, we'll use the activity specified in there instead.
-
- 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.
-