- 15 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 14 Nov, 2016 2 commits
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
- 10 Nov, 2016 1 commit
-
-
John McCutchan authored
- [x] Remove old benchmark code from the non-hot runner. - [x] Remove some dead code. - [x] Fix a throw that should be a rethrow.
-
- 07 Nov, 2016 2 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
- 02 Nov, 2016 3 commits
-
-
Dan Rubel authored
* add flutter run --machine flag * refactor daemon stdin/out command stream/response * extract daemon startApp method * refactor flutter run --machine to call daemon.startApp
-
Ian Hickson authored
-
Wyatt Arent authored
* Fix Missing newline in flutter run help Issue #6461 * Fix overtab from multiline
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
Issue #6461
-
- 04 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 28 Sep, 2016 1 commit
-
-
John McCutchan authored
When using --use-application-binary: - [x] Stop flutter run from checking for a pubspec.yaml in current directory - [x] Stop flutter run from invoking pub get - [x] Set 'shouldBuild' based on --use-application-binary - [x] Stop requiring 'lib/main.dart' to be present before running. - [x] Stop building an FLX when launching on Android
-
- 27 Sep, 2016 1 commit
-
-
Devon Carew authored
-
- 22 Sep, 2016 1 commit
-
-
Dan Rubel authored
* show hidden flags when showing verbose help * flutter -v show verbose help
-
- 16 Sep, 2016 1 commit
-
-
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
-
- 13 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 12 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 08 Sep, 2016 1 commit
-
-
Dan Rubel authored
When flutter run is used on a Mac and no devices are specified or attached, suggest launching a simulator first. Fixes https://github.com/flutter/flutter/issues/5674
-
- 18 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 17 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 15 Aug, 2016 1 commit
-
-
Jason Simmons authored
-
- 11 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 09 Aug, 2016 5 commits
-
-
Devon Carew authored
* make flutter run work with a pre-built apk * refactor to remove the buildDir param
-
Yegor authored
-
John McCutchan authored
-
Devon Carew authored
-
John McCutchan authored
-
- 06 Aug, 2016 1 commit
-
-
Devon Carew authored
* support hot mode from the daemon protocol * move method params to constructor
-
- 05 Aug, 2016 2 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
- 02 Aug, 2016 1 commit
-
-
Ian Hickson authored
* General improvoments to the loader app: * Show a message after 8 seconds if no connection comes in. * Show a progress bar as files are being uploaded. * Hide the spinner just before launching the application. * General improvements to the "flutter run" UI: * Add "?" key as a silent alias for "h". * Make the help text bold so it doesn't get mixed with the logs. * Make "R" do a cold restart when hot reload is enabled. * Supporting features and bug fixes: * Add support for string service extensions. * Other bug fixes: * Expose debugDumpRenderTree() outside debug mode. * Logger.supportsColor was missing a getter. * Mention in the usage docs that --hot requires --resident. * Trivial style fixes.
-
- 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
-
- 20 Jul, 2016 1 commit
-
-
John McCutchan authored
-
- 24 Jun, 2016 1 commit
-
-
Devon Carew authored
* send the reload source command for ios simulators * review changes * rewrite w/ a completer
-
- 22 Jun, 2016 1 commit
-
-
Todd Volkert authored
#4672
-
- 15 Jun, 2016 1 commit
-
-
Devon Carew authored
* send application files to the observatory's devfs * update comment
-
- 14 Jun, 2016 1 commit
-
-
Ian Hickson authored
This prevents multiple simultaneous runs of the analyzer from stomping over each other (e.g. multiple runs of 'update-packages'). Certain long-lived commands (like analyze, run, logs) are exempted once they've done enough work to be safe from most stomping action. This still doesn't make us entirely safe from craziness, e.g. if you're half way through an 'update-packages' run and you call 'git pull', who knows what state you'll end up in. But there's only so much one can do. Fixes https://github.com/flutter/flutter/issues/2762
-