letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.12k stars 508 forks source link

Fix SliverAlignedGrid's SliverList parameters #342

Open clragon opened 5 months ago

clragon commented 5 months ago

SliverAlignedGrid does not correctly pass through addAutomaticKeepAlives and addRepaintBoundaries to its internal SliverList. This PR fixes that.