- 26 Mar, 2016 1 commit
-
-
Adam Barth authored
The collections package changed to add some stricter type annotations. We now pass those type annoations. I also sent https://github.com/dart-lang/collection/pull/26 to make the type annotations match what they were previously.
-
- 25 Mar, 2016 3 commits
-
-
Matt Perry authored
-
Viktor Lidholt authored
-
Adam Barth authored
Now MediaQuery.of always returns a non-null value. By default, you get the values associated with the current ui.Window. Fixes #2894
-
- 24 Mar, 2016 3 commits
-
-
Hans Muller authored
-
Adam Barth authored
This matches the pattern from Rect. I've left EdgeInsets.TRBL marked as deprecated to give clients a chance to update. Fixes #2860
-
Hixie authored
Previously, border with '0' was ambiguous. Sometimes we treated it as hairline borders, sometimes as "don't show the border", though even in the latter case we did some graphics work sometimes. Now we have an explicit BorderStyle.none flag to not draw the border efficiently.
-
- 21 Mar, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 16 Mar, 2016 1 commit
-
-
Adam Barth authored
These were using Offsets, but they're really FractionalOffsets. Fixes #2318
-
- 14 Mar, 2016 3 commits
-
-
Hixie authored
-
Adam Barth authored
-
Hans Muller authored
-
- 13 Mar, 2016 5 commits
-
-
Adam Barth authored
* justifyContent -> mainAxisAlignment * alignItems -> crossAxisAlignment * FlexJustifyContent -> MainAxisAlignment * FlexAlignItems -> CrossAxisAlignment Fixes #231
-
Adam Barth authored
Removes an LTR bias in DismissDirection. Fixes #2562
-
Adam Barth authored
* left -> leading (Removes an LTR bias) * center -> title (Widget was actually centered) * right -> actions (Removes an LTR bias, asymmetric with leading) Fixes #2348
-
Adam Barth authored
The terms "left" and "right" have an LTR bias. Instead, we now use "leading" and "trailing", for these list and grid decorations so that we can later rearrange them to match the reading order. Fixes #2540 Fixes #2548
-
Adam Barth authored
Fixes #2353
-
- 12 Mar, 2016 6 commits
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Adam Barth authored
Fixes #1382
-
Adam Barth authored
Fixes #1278
-
Hixie authored
And fix the zillion issues that uncovered.
-
Ian Hickson authored
This reverts commit f41b3411, reversing changes made to e33d8d96. This was a bad check-in due to my mangling uploading a new version of the branch from a different machine. This reverts https://github.com/flutter/flutter/pull/2639 and will be replaced by https://github.com/flutter/flutter/pull/2640
-
Hixie authored
And fix the zillion issues that uncovered.
-
- 10 Mar, 2016 2 commits
-
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/1547
-
Hans Muller authored
-
- 08 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 07 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 03 Mar, 2016 2 commits
-
-
Viktor Lidholt authored
-
Hans Muller authored
-
- 02 Mar, 2016 3 commits
-
-
Hixie authored
Makes it easier to use without a SizeObserver
-
Adam Barth authored
Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994
-
Hans Muller authored
-
- 01 Mar, 2016 1 commit
-
-
Hans Muller authored
-
- 29 Feb, 2016 1 commit
-
-
Hans Muller authored
-
- 27 Feb, 2016 1 commit
-
-
Adam Barth authored
This concept is now private to AnimationController. All the clients actually want the AnimationStatus.
-
- 26 Feb, 2016 4 commits
-
-
Adam Barth authored
Fixes #1875
-
Hans Muller authored
-
Hans Muller authored
-
Hans Muller authored
-