flexible_grid_view_plus 1.1.0 copy "flexible_grid_view_plus: ^1.1.0" to clipboard
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 for FlexibleGridViewPlus that supports lazy item generation, FlexibleGridViewPlus.builder
  • Generic Item Support:
    The builder now accepts a list of elements of type T and 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
2
likes
160
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flexible_grid_view_plus