centered_grid 1.0.1
centered_grid: ^1.0.1 copied to clipboard
A customizable Flutter grid widget that automatically centers the last row when the number of items is less than the cross-axis count.
1.0.1 #
- Updated documentation for clearer implementation guidance.
1.0.0 #
🎉 Initial Release
- Introduced
CenteredGrid, a lightweight Flutter widget for displaying items in a flexible grid layout. - Automatically centers the last row when it contains fewer items than the defined
crossAxisCount. - Supports custom spacing with
crossAxisSpacingandmainAxisSpacing. - Compatible with any
IndexedWidgetBuilderfor dynamic content creation. - Optimized for readability, simplicity, and smooth scrolling performance.