spacious_widgets 1.1.0+3
spacious_widgets: ^1.1.0+3 copied to clipboard
A library to insert SizedBox for space between every child in Column, Row, or any List<Widget>
1.1.0+3 #
- Fix pub.dev link in Readme
- change assert conditions to actual assert like conditions
1.1.0+2 #
- Add pub.dev link to Readme for repo
1.1.0+1 #
- Fix Readme in pub.dev
1.1.0 #
- Don't insert
SizedBoxaroundSpacerwidget
1.0.1 #
- Fix 'BoxConstraints has negative minimum width (or height)' error when using smaller values than
height/widthinstartandendparameter
1.0.0 #
- Add
SizedBoxbetween every widget in aList<Widget> - Also add at the start and end of the List
- Adjust the
heightorwidthfor any insertedSizedBoxwithAdjustSpace - Don't insert
SizedBoxwithNoSpace