easy_layout 1.0.1 easy_layout: ^1.0.1 copied to clipboard
A set of widgets that make it easy to create a layout with specified spacing between child widgets.
1.0.1 #
- An
expand
property has been added toEasyLayoutRow
to control how items are filled in a row. - Breaking change:
EasyLayoutFlexible.flex
is nowint
instead ofdouble
.
1.0.0+1 #
- EasyLayout now inherits spacing from parent EasyLayout
- Added EasyLayoutSpacing widget
- Added EasyLayoutFluid widget
0.1.0 #
- Initial version