You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: