- 03 Nov, 2016 16 commits
-
-
Ian Hickson authored
People get confused by the tight constraints.
-
Ian Hickson authored
Based on P5's experience
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/6628
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5781
-
Ian Hickson authored
I think we must have accidentally checked this in some time.
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/6125
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/6141
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5743
-
Ian Hickson authored
Closes https://github.com/flutter/flutter/issues/5617
-
Matt Perry authored
-
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.
-
Ian Hickson authored
-
- 02 Nov, 2016 19 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Chris Bracken authored
On Android and Fuchsia, default to Roboto. On iOS, use San Francisco.
-
Chinmay Garde authored
-
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
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Phil Quitslund 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
-
Matt Perry authored
FormField is now a widget that can contain any type of field. Input no longer has special code to handle form fields. Instead, there is a helper widget InputFormField for using an Input inside a FormField. Fixes https://github.com/flutter/flutter/issues/6097 and based on feedback from the same.
-
Wyatt Arent authored
* Fix Missing newline in flutter run help Issue #6461 * Fix overtab from multiline
-
Jason Simmons authored
-
Ian Hickson authored
-
Adam Barth authored
-
Chris Bracken authored
-
- 01 Nov, 2016 5 commits
-
-
Chris Bracken authored
-
John McCutchan authored
Fixes https://github.com/flutter/flutter/issues/6280
-
Chris Bracken authored
-
Adam Barth authored
Fixes #6417
-
Chris Bracken authored
-