flex_grid_view 0.1.0
flex_grid_view: ^0.1.0 copied to clipboard
A Flutter package that provides a flexible grid widget that arranges its children based on a provided pattern.
0.1.0 #
- Initial release of the FlexGridView package
- Added FlexGrid widget for creating flexible grid layouts with customizable patterns
- Added support for custom row heights with
runPattern
parameter - Added option to limit the number of displayed children with
maxChildren
- Added support for overlay on the last visible child when number of children exceeds
maxChildren
- Comprehensive test coverage with widget tests and golden tests