fluttercommunity / flutter_sticky_headers

Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
https://pub.dev/packages/sticky_headers
MIT License
1.07k stars 130 forks source link

Not working with ScrollablePositionedList #57

Open shubham-gupta-16 opened 2 years ago

shubham-gupta-16 commented 2 years ago

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.

alestiago commented 2 years ago

Hi @ScrollablePositionedList! Thanks for opening an issue.

Any chance you can provide a minimal example that reproduces this issue?