- 01 Oct, 2015 17 commits
-
-
Hixie authored
Mostly because we can, but hopefully it'll catch someone who accidentally copypasted their createState method.
-
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 23 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
-
Adam Barth authored
Also, fix analyzer warning in fn2.
-
Ian Hickson authored
Dynamic named routes
-
Hixie authored
Make it possible for named routes to be generated on the fly. To demonstrate this, you can now long-press a stock to open it. Next steps: - transitions between (named) states that follow full material logic, e.g. in the case of the stock row to stock page transition, expanding the row into a raised sheet of material and expanding it to fit the screen, leaving the toolbar in place but cross-fading the old contents to the new contents. - more information in the stock view. While I was here I also made Material have an opinion about default text style, so if you forget to set one, it just uses body1. Also, fixed bugs introduced recently that made RouteState and MenuRoute not work properly.
-
mdakin authored
-