responsive_grid_list 1.2.1
responsive_grid_list: ^1.2.1 copied to clipboard
A Flutter plugin to create responsive grid lists using ListView.builder() or SliverList with a SliverChildBuilderDelegate.
1.2.1 09.08.2021 #
- Update README
1.2.0 12.04.2021 #
- Added ability to add spacing around the grid with
horizontalGridMarginandverticallGridMargin - Added ability to customize horizontal and vertical spacing between grid items with
horizontalGridSpacingandverticalGridSpacing
Migrating from version [1.1.0] #
- Replace
spacingwithhorizontalGridSpacingandverticalGridSpacing
1.1.0 08.03.2021 #
- Updated dependencies and package to null safety
1.0.1 12.02.2021 #
- The
rowMainAxisAlignmentcan now be set on the GridList's
1.0.0 11.02.2021 #
- Initial Release of responsive_grid_list
ResponsiveGridListandResponsiveSliverGridListare available