flutter/examples/rendering
Adam Barth 46a178dce6 Generalize grid layout
This patch make grid layout much more flexible. The behavior is factored
out into a GridDelegate that's modeled after the custom layout
delegates. The patch includes a MaxTileWidthGridDelegate that implements
the old behavior and a FixedColumnCountGridDelegate that implements a
grid layout with a fixed number of columns.

Fixes #1048
2016-01-02 14:30:45 -08:00
..
lib Catch un-normalized BoxConstraints 2015-12-08 21:35:39 -08:00
align_items.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
baseline.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
borders.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
flex.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
interactive_flex.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
justify_content.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
pubspec.yaml Rewire the pubspecs to use local paths 2015-11-06 22:46:52 -08:00
render_grid.dart Generalize grid layout 2016-01-02 14:30:45 -08:00
render_paragraph.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
sector_layout.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
shadowed_box.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
simple_autolayout.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
spinning_flex.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
touch_demo.dart Refactor bindings. 2015-12-13 23:34:41 -08:00
transform.dart Refactor bindings. 2015-12-13 23:34:41 -08:00