letsar / flutter_staggered_grid_view

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

Bug inside Customscrollview #260

Closed MehmetMcfly closed 2 years ago

MehmetMcfly commented 2 years ago

If I use this package with SliverMasonryGrid.count and below it add a long sliver list or grid, I will not be able to scroll until the end of the list/grid. Is this a known issue?

MehmetMcfly commented 2 years ago

She solution was to use the MasonryGridView.count, instead of the Sliver version, inside a SliverToBoxAdapter and with shrinkWrap: true and physics: const NeverScrollableScrollPhysics().