dynamic_row_grid 0.0.3
dynamic_row_grid: ^0.0.3 copied to clipboard
DynamicRowGrid is a Flutter package for customizable, responsive grid layouts, ideal for flexible designs.
0.0.1 #
- Added DynamicRowGrid widget.
- Basic grid layout with configurable crossAxisCount.
- Customizable item builder with itemBuilder function.
- Added support for custom horizontalSpacing and verticalSpacing.
- Alignment support with alignment property.
- Scrollable grid with custom physics and controller.
- Optional header and footer widgets.
- Empty state widget support.
0.0.2 #
- ReadMe Updated
0.0.3 #
- Removed fixed number of items in a row while vertical scrolling resulting in more dynamic listing.