- 01 Oct, 2015 21 commits
-
-
Ian Hickson authored
Rename RouteState to StateRoute
-
Ian Hickson authored
Remove the mixed_viewport demo
-
Hixie authored
...for consistency with the other Route subclasses: ``` dialog.dart: class DialogRoute extends Route drag_target.dart: class DragRoute extends Route navigator.dart: class PageRoute extends Route navigator.dart: class StateRoute extends Route popup_menu.dart: class MenuRoute extends Route ```
-
Hixie authored
It's redundant with card_collection.dart, which does similar things but much better.
-
Hixie authored
This removes GlobalKey.currentElement in favour of GlobalKey.currentContext.
-
Adam Barth authored
Fixes #1084
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Ian Hickson authored
BoxConstraints trivial cleanup
-
Ian Hickson authored
Keep the two ConstrainedBox classes together
-
Adam Barth authored
-
Hans Muller authored
Add clamped simulation
-
Adam Barth authored
-
Hans Muller authored
-
Adam Barth authored
Fix bounds checking error I introduced in previour cl, Address style …
-
Adam Barth authored
Consolidate widget tests
-
Collin Jackson authored
Ensure that the item under the focal point stays in the same place despite zooming
-
Ian Hickson authored
@abarth
-
Ian Hickson authored
TBR @abarth
-
Adam Barth authored
Now that we've ported all the widget tests to fn3, we don't need a separate fn3 directory.
-
- 30 Sep, 2015 19 commits
-
-
Hans Muller authored
-
Adam Barth authored
Port input_test to fn3
-
Jason Simmons authored
Make the fn3 EditableText expand to fill the width of its parent
-
Jason Simmons authored
-
Adam Barth authored
Port dimissable_test.dart to fn3
-
Matt Perry authored
Implement working UpdateTask in Dart
-
Matt Perry authored
Dart code now supports the full flow that the C++ code used to: version check, download, replace app bundle. Bonus: the Dart code is much easier to follow, thanks to async/await! This is part 2 of a 3-part change. The first part added new mojom interfaces, PathService and UpdateService, to the sky_services package.
-
Hans Muller authored
Snap scrolling: additional tests, cleanup
-
Adam Barth authored
-
Ian Hickson authored
Simplify AnimationPerformance
-
Adam Barth authored
s/sky-dev/flutter-dev/
-
mdakin authored
-
Hans Muller authored
-
Hixie authored
AnimationPerformance had some logic for supporting multiple variables that was hardly ever used. ValueAnimation, a subclass, has logic for handling a single variable. I've removed the logic for handling variables from AnimationPerformance in favour of most call sites instead using ValueAnimation.
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
This argument isn't needed anymore now that State has a getter for context.
-
Adam Barth authored
-
Adam Barth authored
Add widgets_next.dart to help folks transition to fn3
-