lazy_wrap 0.0.8
lazy_wrap: ^0.0.8 copied to clipboard
A Flutter widget that mimics Wrap layout behavior with lazy rendering using ListView.builder.
0.0.1 #
- Initial release.
0.0.2 #
- Added
rowAlignmentto allow horizontal alignment of children inside each row (e.g. center).
0.0.3 #
- Bug fixed.
0.0.4 #
- Bug fixed.
0.0.5 #
- Bug fixed.
0.0.6 #
- Performance improve
0.0.7 #
- Added fixed mode
0.0.8 #
- Added
rowAlignmentto allow horizontal alignment of children inside each row (e.g. center).