- 16 Feb, 2016 2 commits
-
-
Adam Barth authored
Simplify the AutoLayout API
-
Adam Barth authored
This object represents a rect the auto-layout system.
-
- 15 Feb, 2016 14 commits
-
-
Devon Carew authored
fixes found when running through the getting started process
-
Adam Barth authored
This patch makes it easier to use the auto layout API: * We no longer use operator== because that requires an ugly cast by the API user. * Also, "leftEdge" is now just "left" for less verbosity. * AutoLayoutChild not implies its key from the AutoLayoutParam object. * We now correctly layout every child of a RenderAutoLayout object even if the solver doesn't flush any updates to that child.
-
Devon Carew authored
-
Ian Hickson authored
Make update_dart_sdk.sh prettier and more resilient
-
Ian Hickson authored
-
Ian Hickson authored
Mention that cache directory is volatile.
-
Adam Barth authored
Add support for autolayout to widgets
-
Ian Hickson authored
Internalize our dependency on the Dart SDK
-
Ian Hickson authored
-
Adam Barth authored
This patch teaches the widget framework how to use Cassowary-based autolayout. To integrate autolayout with widgets, I had to refactor how RenderAutoLayout worked a bit. Now RenderAutoLayout follows the same delegate pattern we use for custom paint and custom layout.
-
Adam Barth authored
This patch teaches the flutter command to download the Dart SDK into cache, removing another step from the Getting Started workflow. The version of the Dart SDK is controlled by the "dart-sdk.version" file in the bin/cache directory. Fixes #54
-
Adam Barth authored
Improve checkbox animation
-
Adam Barth authored
This patch improves the checkbox animation as suggested by the design team. The color transition now occurs earlier in the animation and there are fewer components to the animation. Fixes #1614
-
Adam Barth authored
Stocks input field for company name doesn't work
-
- 14 Feb, 2016 21 commits
-
-
Devon Carew authored
rename list->devices, start->run
-
Adam Barth authored
We weren't listening to the onChange handler. Fixes #1850
-
Ian Hickson authored
Document the onPressed/disabled behavior.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/1331 Hopefully this will be enough to start with. If this continues to be a point of confusion we can see about adding more documentation or changing the API somehow.
-
Ian Hickson authored
Rename debugDescribeSettings to debugFillDescription.
-
Adam Barth authored
Add a Velocity class to be explicit about units
-
Devon Carew authored
-
Ian Hickson authored
...so that it's easier to copy/paste between the rendering and settings layers.
-
Adam Barth authored
We were using an Offset, which represented pixels/second, but it wasn't clear to clients whether that was pixels/ms. Now we use a Velocity class that is explict about the units. Fixes #1510 Fixes #785
-
Adam Barth authored
Fix infra docs
-
Adam Barth authored
Previously we had the wrong path to the recipes.py script and an incorrect argument list.
-
Ian Hickson authored
Use Image.toString instead of rolling our own each time
-
Adam Barth authored
Add a raw hello_world that shows "Hello, world"
-
Ian Hickson authored
I meant to check this in as part of https://github.com/flutter/flutter/pull/1852 but forgot to commit the local change, d'oh.
-
Ian Hickson authored
Fix color of icons in drawers in dark theme.
-
Ian Hickson authored
Disable flakey test.
-
-
Ian Hickson authored
This makes it match the material spec more. https://www.google.com/design/spec/style/icons.html Fixes https://github.com/flutter/flutter/issues/1357
-
Adam Barth authored
Previously, hello_world.dart was an interactive circle. I've moved that to touch_input.dart. We should eventually harmonize the touch input examples at all the layers.
-
Adam Barth authored
Adds documentation to the layering examples
-
Adam Barth authored
-
- 13 Feb, 2016 3 commits
-
-
Devon Carew authored
allow any android sdk version
-
Devon Carew authored
-
Adam Barth authored
-