easy_layout 1.0.2
easy_layout: ^1.0.2 copied to clipboard
A set of widgets that make it easy to create a layout system with a specified spacing between child widgets. Spacings can be inherited by nested widgets.
1.0.2 #
- An
alignmentproperty has been added to theEasyLayoutColumnwidget, similar to thecrossAxisAlignmentproperty in theColumnwidget.
1.0.1 #
- An
expandproperty has been added toEasyLayoutRowto control how items are filled in a row. - Breaking change:
EasyLayoutFlexible.flexis nowintinstead ofdouble.
1.0.0+1 #
- EasyLayout now inherits spacing from parent EasyLayout
- Added EasyLayoutSpacing widget
- Added EasyLayoutFluid widget
0.1.0 #
- Initial version