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
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
I'm trying to wrap a PositionedScrollableList inside a parent ScrollView and use "shrinkWrap", but doing so makes the indexes before initialStartIndex disappear. Instead of scrolling to that position it seems to remove everything before the startIndex. It works the same inside a CustomScrollView. It only works when ScrollablePositionedList is primary scroll inside a Scaffold for me.