flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

Not working with ScrollablePositionedList

Open shubham16g opened this issue 3 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.

shubham16g avatar Jan 23 '22 06:01 shubham16g

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