- 22 Sep, 2016 9 commits
-
-
Dragoș Tiselice authored
-
Hans Muller authored
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information.
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information. Fixes #1364
-
Devon Carew authored
* suppress warning; decouple the analyzer versions * also pass in --no-packages-dir
-
Dan Rubel authored
-
Dan Rubel authored
-
Dan Rubel authored
* show hidden flags when showing verbose help * flutter -v show verbose help
-
Adam Barth authored
This structure for the API is hopefully less confusing that the previous one (which implied that vertical drags would not trigger horizontally draggable widgets). Fixes #1987
-
- 21 Sep, 2016 12 commits
-
-
James Robinson authored
This rewrites imports of various mojom.dart files from the Flutter engine repo to instead import normal-looking dart files from the (new) flutter_services package. This package handles exporting the correct symbols from generated code wherever that may live. Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5 which contains the new flutter_services package.
-
Matt Perry authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/5973
-
Adam Barth authored
These are the last dartdocs needed in the material library.
-
Hans Muller authored
-
John McCutchan authored
-
Dragoș Tiselice authored
* Changed Pesto logotype's position. This commit changes Pesto's logotype position so that its curve aligns with the curve of the image size. * Added clamping to Pesto logo animation.
-
Matt Perry authored
It wasn't taking padding into account when deciding which children were visible. I modeled the solution off of the way ScrollableList handles this. Fixes https://github.com/flutter/flutter/issues/5522
-
Dan Rubel authored
-
Lex Berezhny authored
Adds unit test to verify the initial value of Input widgets.
-
Adam Barth authored
-
Adam Barth authored
For consistency with IconTheme and TextStyle.merge. Fixes #4652
-
- 20 Sep, 2016 17 commits
-
-
Adam Barth authored
-
Hans Muller authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/5711
-
Adam Barth authored
-
Chinmay Garde authored
-
Ian Hickson authored
-
Dragoș Tiselice authored
Removed Pesto logo's triggered animation in order to remove the observable 'hop' when scrolling. The whole curve is now entirely scroll dependent. Fixes #5907.
-
Dan Rubel authored
-
Hans Muller authored
-
Adam Barth authored
-
Ian Hickson authored
-
Adam Barth authored
This feature is the implementation of an accessibility feature that changes the size of text by a constant factor. Fixes #5873
-
Dan Rubel authored
-
Dan Rubel authored
-
Adam Barth authored
There are still more to go, but this patch completes the widget section.
-
Lex Berezhny authored
-
Adam Barth authored
These are late-breaking docs needed (mostly) for the iOS back gesture.
-
- 19 Sep, 2016 2 commits
-
-
Ian Hickson authored
-
Adam Barth authored
This property now applies only to the free space in the flex layout (i.e., minimize or maximize the amount of free space). Previously, the flexible children were always allocated a size of zero when MainAxisSize was min. Now they're allocated the same size that would be if the MainAxisSize was max.
-