- 01 Oct, 2015 5 commits
-
-
Adam Barth 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
-
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 33 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
-
Ian Hickson authored
Change OverflowBox API to allow min and max values
-
Ian Hickson authored
Make Stocks demo list rows clickable
-
Adam Barth authored
Fix a couple of analyzer warnings
-
Hixie authored
Introduce a Draggable class that wraps all the logic of dragging something and dropping it on a DragTarget. Update examples/widgets/drag_and_drop.dart accordingly. Make the performance/transition part of routes optional.
-
Hixie authored
Not having them clickable was making it hard to notice InkSplash bugs. Also, this paves the way to having a stock page.
-
Ian Hickson authored
Make hit testing work in horizontal scrolling list
-
Ian Hickson authored
fn3: toString() and toStringDeep() debugging aids
-
Ian Hickson authored
Require giving a GlobalKey to UniqueComponent
-
Ian Hickson authored
Make the checkbox in the stocks popup menu work.
-
Hixie authored
Previously OverflowBox was only useful to set a tight constraint on the child. Now it can be used to set any constraint, it just overrides any constraint from the parent that is not set to null on the RenderOverflowBox object when giving the constraints to the child.
-
- 29 Sep, 2015 2 commits
-
-
Hixie authored
Previously, hitTestChildren in RenderBlockViewport just didn't support horizontal scrolling, due to an oversight.
-
Hans Muller authored
Land snap_scrolling_test.dart
-