flutter/examples/layers/widgets
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
..
autolayout.dart Add support for autolayout to widgets 2016-02-15 03:01:40 -08:00
custom_render_box.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
gestures.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
hello_world.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
media_query.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
sectors.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
spinning_mixed.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
spinning_square.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00
styled_text.dart Clean up the standalone examples 2016-02-13 11:00:58 -08:00