- 22 Mar, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 21 Mar, 2016 3 commits
-
-
Adam Barth authored
We were setting a negative velocity tolerance, which never triggered because we assume tolerances are positive numbers. Now we use a positive tolerance and assert to catch this case in the future. Fixes #2765
-
Hans Muller authored
-
Adam Barth authored
Fixes #2662
-
- 19 Mar, 2016 1 commit
-
-
Andrew Wilson authored
-
- 18 Mar, 2016 6 commits
-
-
Hixie authored
-
Adam Barth authored
This patch adds a consistent, simple description for the common pattern of having a single child widget.
-
Adam Barth authored
The engine now provides the keyboard and raw keyboard services via the view services. This patch updates the framework to look there for the keyboard. Also, this patch migrates callers to the new MojoServices name for these entry points.
-
Ian Hickson authored
- Make the textStyle optional - Remove routes - Make onGenerateRoute required - Add some dartdocs
-
Hixie authored
-
Hixie authored
Now that the overlay actually respects the position we give it, put it somewhere where the keyboard won't overlap it.
-
- 17 Mar, 2016 2 commits
-
-
Hixie authored
-
Adam Barth authored
Noticed in #2733
-
- 16 Mar, 2016 1 commit
-
-
Adam Barth authored
The previous name was confusingly similar to AnimatedWidget, which is for explicit animations.
-
- 15 Mar, 2016 4 commits
-
-
Adam Barth authored
The problem was we were using a tap gesture to stop the motion of the drawer and a drag gesture to settle it. That can cause a broken lifecycle. Now we use a single drag recognizer to drive the whole lifecycle. Fixes #775 Fixes #1276
-
Collin Jackson authored
-
Adam Barth authored
Fixes #2708
-
Adam Barth authored
The old text was misleading because it was written when RichText was an implementation detail of Text. Fixes #2624
-
- 14 Mar, 2016 5 commits
-
-
Adam Barth authored
This prepares us for depending on the LTR/RTL inherited property in RenderObjectWidgets.
-
Hixie authored
-
Hixie authored
-
Hans Muller authored
-
Ian Hickson authored
-
- 13 Mar, 2016 4 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
Fixes #2448
-
Adam Barth authored
Fixes #2353
-
- 12 Mar, 2016 11 commits
-
-
Adam Barth authored
This patch renames StatelessComponent to StatelessWidget and StatefulComponent to StatefulWidget. Fixes #2308
-
Adam Barth authored
Fixes #2233
-
Adam Barth authored
Fixes #1482
-
Adam Barth authored
Fixes #1382
-
Adam Barth authored
Fixes #774
-
Adam Barth authored
-
Adam Barth authored
Fixes #581
-
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.
-
Adam Barth authored
Instead of trying to flush the detached children from the child list, we keep the set of detached children up to date and query on every read.
-
- 11 Mar, 2016 1 commit
-
-
Adam Barth authored
If there's not enough height for the given aspect ratio, we now try to see if using the height to infer the width will fit the given constraints. The algorithm we use is similar to the one we use for RenderImage. Fixes #2620
-