- 03 Nov, 2016 1 commit
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
- 16 Sep, 2016 2 commits
-
-
Dan Rubel authored
Fixes https://github.com/flutter/flutter/issues/5775
-
Dan Rubel authored
* refactor _run to runCmd * replace requiresProjectRoot getter with call to commandValidator * replace requiresDevice getter with call to findTargetDevice * trace command requires a debug connection, not a device * inline androidOnly getter * rename command methods to verifyTheRunCmd and runCmd * move common verification into BuildSubCommand * rename deviceForCommand to device * rename methods to verifyThenRunCommand and runCommand
-
- 23 Aug, 2016 1 commit
-
-
Todd Volkert authored
-
- 22 Aug, 2016 1 commit
-
-
Todd Volkert authored
-
- 25 Jul, 2016 3 commits
-
-
Devon Carew authored
* This reverts commit 5e7e7b6e. * default to lib/main.dart
-
Devon Carew authored
This reverts commit 32ad81c8.
-
Devon Carew authored
-
- 21 Jul, 2016 1 commit
-
-
Yegor authored
-
- 02 Jun, 2016 1 commit
-
-
Adam Barth authored
Fixes #4298
-
- 29 May, 2016 1 commit
-
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
- 24 May, 2016 1 commit
-
-
Adam Barth authored
Currently only android-arm and ios are supported target platforms.
-
- 23 May, 2016 1 commit
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 18 Apr, 2016 1 commit
-
-
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
-
- 06 Apr, 2016 3 commits
-
-
Ian Hickson authored
Fix some legit uses of GlobalKey to specify the type they want. Fix some sketchy uses of GlobalKey in tests to fake it with "as dynamic". Remove some extraneous imports that made the build red.
-
Chinmay Garde authored
-
Chinmay Garde authored
Add a `--no-codesign` option to `ios build` to disable code signing.
-
- 04 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 2 commits
-
-
Chinmay Garde authored
-
Chinmay Garde authored
This allows the user to build an iOS application bundle from the command line even if no device is attached to the workstation.
-