custom_flexible_grid 1.0.2
custom_flexible_grid: ^1.0.2 copied to clipboard
A customizable, flexible grid widget that supports both vertical and horizontal layouts with scroll and builder capabilities.
Changelog #
1.0.1 - 2025-05-17 #
✨ Added #
axisparameter added to support both vertical and horizontal scrolling..builderconstructor added for efficient lazy loading and dynamic item generation.physicssupport added to allow custom scroll behavior.controller,shrinkWrap,padding, andmainAxisAlignmentparameters added for more flexibility.
💡 Improvements #
- Widgets are now grouped evenly using modulo logic for balanced distribution.
- Introduced
.insertSeparators()extension for elegant spacing between columns/rows. - Clean, flexible layout engine that adapts to vertical or horizontal direction.
1.0.0 Initial release #
- Basic vertical grid with fixed children and spacing.