spaced_flex 0.1.0
spaced_flex: ^0.1.0 copied to clipboard
A Flutter package for easily creating spaced row and column widgets
0.1.0 #
- Added
SpacedFlexwidget that can be aRowor aColumndepending on itsdirectionproperty. - Added
reversedproperty to easily reverse the order of the children. - Added an example project.
0.0.2 #
- Fixed pub version solving.
0.0.1 #
SpacedRowandSpacedColumnwidgets can be used to create Row and Column widgets with the desired spacing.