aligned_grid_view 0.1.0
aligned_grid_view: ^0.1.0 copied to clipboard
Aligned grid widgets for Flutter that size every tile in a row equally.
0.1.0 #
- Add
mainAxisExtentBuilderfor known, variable row extents. - Improve scrolling and jump performance for known fixed and variable row extents by using direct sliver grid geometry and cached prefix offsets.
- Avoid rebuilding layouts for scroll-only constraint changes and reduce content-driven row layout work.
- Correct trailing main-axis spacing and expose semantics for each tile.
0.0.1 #
- Add aligned scroll-view and sliver grid widgets.