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
ScrollablePositionedList is an alternative to ListView which is developed by Google.dev. This library provides jumpTo(index), scrollTo(index, duration), and Listeners on Scroll position.
flutter_sticky_headers works fine with ListView but with ScrollablePositionedList, at some headers, it does not stick to the top.
The text was updated successfully, but these errors were encountered:
ScrollablePositionedList is an alternative to ListView which is developed by Google.dev. This library provides jumpTo(index), scrollTo(index, duration), and Listeners on Scroll position.
flutter_sticky_headers works fine with ListView but with ScrollablePositionedList, at some headers, it does not stick to the top.
The text was updated successfully, but these errors were encountered: