- 03 Nov, 2016 1 commit
-
-
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 19 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
-
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
-
Adam Barth authored
Previously we weren't using all the different weights of the font.
-
Chris Bracken authored
-
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
TBR @abarth
-
Ian Hickson authored
...until people understand them.
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Fixes #4166. Fixes #5120. Fixes #5399. Fixes #6507.
-
Adam Barth authored
Try to be clearer that flutter-dev is a public mailing list.
-
- 31 Oct, 2016 1 commit
-
-
Adam Barth authored
We now create the Completer inside TransitionRoute, as with the popped completer. Also, test that this future resolves at the appropriate time.
-