letsar / flutter_staggered_grid_view

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

SliverMasonryGrid.extent scroll up jank #330

Open jeprojects opened 9 months ago

jeprojects commented 9 months ago

When using the SliverMasonryGrid.extent, and the first row is out of the screen, scrolling up will cause jank and the scroll bar to jump to the top of the view.

The child widgets have a dynamic height, so I have tried using AutomaticKeepAlive on the child widgets with no change.

The problem also occurred in SliverList, and adding AutomaticKeepAlive fixed the issue.