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.1k stars 129 forks source link

Listview Subheaders #66

Open zachary22321 opened 2 years ago

zachary22321 commented 2 years ago

I have a listview and I would like to have a sticky header only on certain rows. However, when I do this the sticky header scrolls off as soon as the next non header row comes into view. Is this type of scenario supported at all?