flexible_grid_view_plus 1.1.0
flexible_grid_view_plus: ^1.1.0 copied to clipboard
Flexible grid view is a Flutter package that simplifies the process of creating a grid view. With FlexibleGridView, you don't need to specify the height of your children widgets.
1.1.0 - 2025-03-15 #
- Builder Constructor:
Introduced a new builder constructor forFlexibleGridViewPlusthat supports lazy item generation,FlexibleGridViewPlus.builder - Generic Item Support:
The builder now accepts a list of elements of typeTand passes both the index and the item to the builder function. - README Update:
Updated the README with new examples demonstrating builder usage - Documentation Improvements:
Enhanced documentation and API details to reflect the new builder functionality and additional customization options.
1.0.3 #
- fix crossAxisSeparatorBuilder
1.0.2 #
- added mainAxisSeparatorBuilder and crossAxisSeparatorBuilder
1.0.1 #
- added custom separatorBuilder
1.0.0 #
- Initial release