flutter/examples/layers/rendering
Adam Barth 262dd7a63b Add support for autolayout to widgets
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.
2016-02-15 03:01:40 -08:00
..
src Clean up the standalone examples 2016-02-13 11:00:58 -08:00
autolayout.dart Add support for autolayout to widgets 2016-02-15 03:01:40 -08:00
custom_coordinate_systems.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
flex_layout.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
hello_world.dart Add a raw hello_world that shows "Hello, world" 2016-02-13 16:51:00 -08:00
spinning_square.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00
touch_input.dart Adds documentation to the layering examples 2016-02-13 16:14:42 -08:00