- 03 Nov, 2016 5 commits
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
Dan Rubel authored
-
Jason Simmons authored
-
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 7 commits
-
-
Petr Hosek authored
This is causing issues when integratting Flutter into GN as the generated depfile refers to snapshot as the target instead of the bundle. We instead use a separate GN action to generate the snapshot use the Flutter compiler to only assemble the bundle.
-
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
-
Ian Hickson authored
-
Ian Hickson authored
-
Dan Rubel authored
* merge `flutter skia` into `flutter screenshot` * improve skia failed error message * update help text - how to find diagnostic port for skia * improve error message if skia capture fails
-
Wyatt Arent authored
* Fix Missing newline in flutter run help Issue #6461 * Fix overtab from multiline
-
- 01 Nov, 2016 9 commits
-
-
John McCutchan authored
Fixes https://github.com/flutter/flutter/issues/6280
-
Adam Barth authored
Fixes #6417
-
Devon Carew authored
* implement app.stop() for release runs * update comment
-
Todd Volkert authored
-
Devon Carew authored
* remove the validator check for atom * remove the atom launch config * review comments
-
John McCutchan authored
Disable features of `flutter run` that depend on the service protocol when running in release mode (#6571)
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Fixes #4166. Fixes #5120. Fixes #5399. Fixes #6507.
-
- 31 Oct, 2016 2 commits
-
-
Jason Simmons authored
-
Dan Rubel authored
-
- 29 Oct, 2016 1 commit
-
-
Adam Barth authored
Fixes #6480
-
- 28 Oct, 2016 3 commits
-
-
Adam Barth authored
These aren't needed anymore.
-
Adam Barth authored
This command is no longer needed. Also, remove some stray references to Mojo.
-
Phil Quitslund authored
-
- 27 Oct, 2016 6 commits
- 26 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 25 Oct, 2016 2 commits
-
-
Ryan Macnak authored
-
Dan Rubel authored
-
- 24 Oct, 2016 3 commits
-
-
Jason Simmons authored
-
Chris Bracken authored
-
Ian Hickson authored
This should help new users figure out how to set up their constructors and use config data from the build method of a State.
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
* logger use milliseconds instead of seconds for reporting elapsed time (#5400) * Update authors (#5400) * Remove unnecessary comment
-