- 21 Sep, 2016 8 commits
-
-
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 7 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.
-
Adam Barth authored
This name is more consistent with our other names. Fixes #4714
-
Adam Barth authored
We use `@protected` in this way in StatelessWidget to avoid developers calling this function directly.
-
Adam Barth authored
Fixes #5916
-
Dragoș Tiselice authored
Renames stretch constructor to fill for better consistency with the rest of the framework.
-
Yegor authored
-
- 17 Sep, 2016 1 commit
-
-
Ian Hickson authored
-
- 16 Sep, 2016 7 commits
-
-
Phil Quitslund authored
* Roll to Dart SDK `1.20.0-dev.5.0`. * bumps to `1.20.0-dev.5.0`. * updates `analyzer` API use. * Add explicit types.
-
Dragoș Tiselice authored
Fixes #5835.
-
Dan Rubel authored
Fixes https://github.com/flutter/flutter/issues/5775
-
Dragoș Tiselice authored
Added a widget that gives fine control over the use of steppers. At any single moment, one step is shown with it own controls and content.
-
Adam Barth authored
Previously, flexible children were always required to fill their allocated space. After this change, they can fit loosely into that space and not fill it. When that happens, the remaining free space is allocated according to the maixAxisAlignment. Fixes #5858
-
Dragoș Tiselice authored
Due to a synchronization issue, a PR was merged with a green build that was supposed to be rebuilt and to fail. This commit fixes the issue by renaming the usage of a constant.
-
Phil Quitslund authored
* Update tools to use `analyzer` from vended Dart SDK. * updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package * tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies) * Review fixes.
-