- 09 Feb, 2017 1 commit
-
-
Adam Barth authored
All the clients have migrated to GridView. Also, remove RenderGrid, which isn't needed by GridView.
-
- 06 Feb, 2017 1 commit
-
-
Adam Barth authored
These widget don't have any clients anymore. Consider using GridView instead.
-
- 04 Feb, 2017 2 commits
-
-
Adam Barth authored
This widget has no clients. Please use GridView.extent instead.
-
Ian Hickson authored
-
- 02 Feb, 2017 1 commit
-
-
Adam Barth authored
Fixes #7788
-
- 30 Jan, 2017 1 commit
- 25 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 21 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 18 Jan, 2017 2 commits
-
-
Adam Barth authored
I see these errors in Atom on my Mac. I'm not sure why they're not being picked up by the bots.
-
Matt Perry authored
Overflow handling works with clipping, adding an ellipsis on the last line, or fading the last line. Fixes https://github.com/flutter/flutter/issues/7271
-
- 10 Jan, 2017 1 commit
-
-
Adam Barth authored
Change `Flexible`'s default `FlexFit` Previously, `Flexible` defaulted to `FlexFit.tight`, which forced the child to expand to fill the available space. Now, `Flexible` defaults to `FlexFit.loose`, which does not force the child to expand to fill the available space. If you want the child to expand to fill the available space, consider using `Expanded` instead. Fixes #5169
-
- 06 Jan, 2017 3 commits
-
-
Adam Barth authored
Some clients pass null, which was previously allowed by Flexible. Fixes #7383
-
Adam Barth authored
Skia calls this BlendMode now and that's a better name. Fixes #7200
-
Ian Hickson authored
The assert helped me debug an issue recently. The TODO is obsolete.
-
- 04 Jan, 2017 1 commit
-
-
Adam Barth authored
Fixes #7252
-
- 23 Nov, 2016 1 commit
-
-
Adam Barth authored
Fixes #5695
-
- 22 Nov, 2016 2 commits
-
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
Hans Muller authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 10 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 08 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 07 Nov, 2016 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/6734
-
- 03 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 02 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 31 Oct, 2016 1 commit
-
-
Adam Barth authored
Fixes #6591
-
- 29 Oct, 2016 1 commit
-
-
Ian Hickson authored
This makes https://flutter.io/basic-widgets/#layout-models redundant with the dartdocs.
-
- 27 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 25 Oct, 2016 1 commit
-
-
Chris Bracken authored
-
- 24 Oct, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Mostly around pointing people towards Block more aggressively.
-
- 21 Oct, 2016 1 commit
-
-
Ian Hickson authored
This is loosely based on the experience of usability study participant P1.
-
- 19 Oct, 2016 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
I based this on a conversation I had with @mpcomplete.
-
- 17 Oct, 2016 1 commit
-
-
Adam Barth authored
Fixes #773
-
- 06 Oct, 2016 1 commit
-
-
Adam Barth authored
This change might make our grammar less perfect, but it will increase our sanity.
-
- 26 Sep, 2016 1 commit
-
-
Adam Barth authored
Previously, we were getting double padding: both inside and outside the button. This patch moves all the padding inside the button so that the whole region is hittable and the text is positioned correctly. Fixes #6059
-
- 24 Sep, 2016 1 commit
-
-
Adam Barth authored
This widget lets you apply an ImageFit to a child widget. Fixes #5830
-
- 20 Sep, 2016 1 commit
-
-
Adam Barth authored
This feature is the implementation of an accessibility feature that changes the size of text by a constant factor. Fixes #5873
-
- 19 Sep, 2016 1 commit
-
-
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.
-