- 05 Sep, 2015 1 commit
-
-
Adam Barth authored
Turns out many of the functions on BoxConstraints weren't used or had callers that could easily be updated to other functions. I've added dartdoc to all the public functions as well as renamed some functions that had similar names but did different things.
-
- 04 Sep, 2015 24 commits
-
-
Adam Barth authored
Center and Align should expand by default
-
Adam Barth authored
This patch makes Center and Align expand by default, which is usually what you want. It also adds a ShrinkWrap option to let you shrink wrap in one or both directions if that's really what you want to do.
-
Hans Muller authored
-
Hans Muller authored
Add Dismissable unit tests Add coverage for the DismissDirection paramter.
-
Hans Muller authored
-
Adam Barth authored
These needed to be updated because we moved the widgets directory into the src directory to hide it from dartdoc.
-
Ian Hickson authored
Handle Widget instances being moved as-is to different parts of the tree.
-
Chinmay Garde authored
Setup mac target for Fitness app
-
Chinmay Garde authored
-
Viktor Lidholt authored
Improvements to demo game
-
Hixie authored
-
Adam Barth authored
They're just as crazy in this system as they are in the web.
-
Hans Muller authored
``` enum DismissDirection { vertical, horizontal, left, right, up, down } ``` To only enable dismissing to the right create the `Dismissable` with `direction: DismissDirection.right`. By default direction is `DismissDirection.horizontal` (left or right). Updated the card_collection "Swipe Away" demo with a drawer that can be used to select one of the three X axis dismiss directions. Currently the MixedViewport class doesn't support horizontal scrolling, so the demo doesn't support the X axis dismiss directions.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Demo game improvements
-
Adam Barth authored
Events should bubble up the tree
-
Ian Fischer authored
Error out on start if nothing started.
-
Alex Fandrianto authored
(optional param default value + newlines)
-
Adam Barth authored
Previously we reversed the event path by mistake before dispatching events.
-
Alex Fandrianto authored
widget is actively ignoring or not by changing a boolean instead of the tree structure. ignoring defaults to true.
-
Ian Fischer authored
-
Adam Barth authored
defaultHitTestChildren should return whether it hit something
-
- 03 Sep, 2015 15 commits
-
-
Adam Barth authored
Some clients want to know whether they hit their children.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Hans Muller authored
Fix minor problems in _ScrollGestureRecognizer, Dismissable, lerpColor Alternating scroll gestures would sometimes be ignored because _ScrollGestureRecognizer didn't always reset its _state when the pointer[s] went up. A Dismissable dismiss triggered by a drag and then a fling could cause the next attempt to drag-dismiss to fail. Fixed the definition of lerpColor().
-
Viktor Lidholt authored
-
Hans Muller authored
Alternating scroll gestures would sometimes be ignored because _ScrollGestureRecognizer didn't always reset its _state when the pointer[s] went up. A Dismissable dismiss triggered by a drag and then a fling could cause the next attempt to drag-dimiss to fail. Fixed the definition of lerpColor().
-
Viktor Lidholt authored
Adds power bar and movements to boss fights in demo game
-
Viktor Lidholt authored
-
Adam Barth authored
These functions are now in sky:dart.
-
Adam Barth authored
-
Adam Barth authored
RenderFlex should handle overconstrainted constraints
-
Adam Barth authored
Disable reparent during sync
-
Andrew Wilson authored
-
Adam Barth authored
This feature is causing a bug because the widget tree isn't correctly synchronized with the render tree.
-