- 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
-
- 08 Jun, 2016 1 commit
-
-
Devon Carew authored
* support --route in flutter run --resident * also for the daemon app.start command
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 06 Jun, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Jun, 2016 1 commit
-
-
Devon Carew authored
* fix a race condition with isolate notification * return a future
-
- 26 May, 2016 3 commits
-
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-
Devon Carew authored
-
Devon Carew authored
* dissallow -release mode on emulators * have the help text print the default mode
-
- 25 May, 2016 1 commit
-
-
Jason Simmons authored
-
- 23 May, 2016 2 commits
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
Devon Carew authored
-
- 20 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 17 May, 2016 1 commit
-
-
Jason Simmons authored
This also fixes some related problems affecting "flutter run": * FLXes built during AndroidDevice.startApp need to match the build mode * APKs should always be rebuilt if the build mode uses AOT compilation
-
- 13 May, 2016 1 commit
-
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 12 May, 2016 1 commit
-
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 11 May, 2016 2 commits
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
Devon Carew authored
-
- 10 May, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.exit * listen for help restart, quit * refactor into a separate class
-
- 09 May, 2016 1 commit
-
-
Devon Carew authored
-