flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

Not working with ScrollablePositionedList

Open shubham-gupta-16 opened this issue 2 years ago • 1 comments

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.

shubham-gupta-16 avatar Jan 23 '22 06:01 shubham-gupta-16

Hi @ScrollablePositionedList! Thanks for opening an issue.

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

alestiago avatar Jun 23 '22 12:06 alestiago