- 21 Nov, 2016 1 commit
-
-
John McCutchan authored
- [x] Make iOS and Android application startup paths consisitent. - [x] Remove the now unncessary Android specific special cases from the runners.
-
- 17 Nov, 2016 1 commit
-
-
Todd Volkert authored
* Allow for application-specific log readers. When running with prebuilt application binaries, those applications aren't guaranteed to be named "Runner" (as it is when we build the app locally in Flutter tools)
-
- 15 Nov, 2016 2 commits
-
-
Devon Carew authored
-
John McCutchan authored
-
- 14 Nov, 2016 1 commit
-
-
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
-
- 11 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 10 Nov, 2016 4 commits
-
-
John McCutchan authored
- [x] Return the reload message even when paused at a breakpoint. - [x] Only initialize context members if they aren't already initialized.
-
John McCutchan authored
-
John McCutchan authored
- [x] Stop tracking time to first frame because it is unreliable. - [x] Track time to complete reassemble instead.
-
John McCutchan authored
-
- 08 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 07 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
John McCutchan authored
-
- 03 Nov, 2016 3 commits
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
Dan Rubel authored
-
John McCutchan authored
- [x] Remove the second full-sync on startup. - [x] Always invoke the snapshotter to determine the minimal set of Dart sources used. - [x] Only synchronize the *used* Dart sources to DevFS. - [x] Detect syntax / file missing errors on the host and gate reloads / restarts.
-
- 02 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 01 Nov, 2016 3 commits
-
-
John McCutchan authored
Fixes https://github.com/flutter/flutter/issues/6280
-
Ian Hickson authored
-
Ian Hickson authored
Fixes #4166. Fixes #5120. Fixes #5399. Fixes #6507.
-
- 24 Oct, 2016 1 commit
-
-
Jason Simmons authored
-
- 21 Oct, 2016 1 commit
-
-
Devon Carew authored
* add a pause parameter to the reload command * encode OperationResult as json * reverse isOk logic
-
- 20 Oct, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 13 Oct, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Sep, 2016 1 commit
-
-
Devon Carew authored
* use less granular progress * update restart text
-
- 27 Sep, 2016 1 commit
-
-
Devon Carew authored
-
- 15 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 12 Sep, 2016 1 commit
-
-
John McCutchan authored
-
- 25 Aug, 2016 2 commits
-
-
Chris Bracken authored
This change adds a top-level getBuildDirectory func and funcs for android, aot, asset, ios build products. Developers may now add a "build-dir" mapping to their ~/.flutter_settings (JSON format) config file. Output directory is relative to the main flutter application directory. This change also changes the default build directory for iOS builds to a subdirectory of the configured build directory, 'build/ios' by default.
-
John McCutchan authored
-
- 24 Aug, 2016 2 commits
-
-
Yegor authored
This reverts commit 09e68c33. AOT snapshotter is broken at this engine rev. https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM
-
John McCutchan authored
-
- 17 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
-
- 16 Aug, 2016 1 commit
-
-
Devon Carew authored
* fix an issue where --hot would not exit * add type annotations
-
- 11 Aug, 2016 4 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Refactor view support into separate classes. - [x] Make the hot runner grab the main view and call runFromSource on it. - [x] Remove Device.needsDevFS (because it is always true).
-
John McCutchan authored
-
Devon Carew authored
* send the base uri back to debuggers * add a fullRestart parameter to app.restart * add await
-