mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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 |
||
---|---|---|
.. | ||
lib | ||
align_items.dart | ||
baseline.dart | ||
borders.dart | ||
flex.dart | ||
interactive_flex.dart | ||
justify_content.dart | ||
pubspec.yaml | ||
render_grid.dart | ||
render_paragraph.dart | ||
sector_layout.dart | ||
shadowed_box.dart | ||
simple_autolayout.dart | ||
spinning_flex.dart | ||
touch_demo.dart | ||
transform.dart |