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

Adds the possibility to nest multiple sticky headers #69

Open Skogsfrae opened 1 year ago

Skogsfrae commented 1 year ago

This PR partially solves #68.

I achieved this result with StickyHeaderBuilder since it's rebuilt every time its stuck amount changes, but couldn't achieve it yet with just StickyHeader.

Skogsfrae commented 1 year ago

I thought about manually pass the offset value to StickyHeader, but wanted to explore a more automagic way of doing it