flex_grid_layout 1.0.1
flex_grid_layout: ^1.0.1 copied to clipboard
Responsive grid that automatically adjusts its items based on available width.
[1.0.1] #
Added #
- Full example with documentation in
example/example.dart
- Usage of DartDoc comments following Flutter best practices
[1.0.0] #
Added #
- Initial release of FlexGridLayout
- Core responsive grid functionality
- Customizable minimum item width and height
- Adjustable spacing between items and rows
- Maximum items per row constraint
- Comprehensive test suite
- Full documentation and examples
- MIT License
Features #
- Automatic column adjustment based on available width
- Built-in scroll support for overflow content
- Flexible item sizing and spacing
- Responsive layout adaptation