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

StickyHeaderBuilder vs StickyHeader #38

Open mehrdad-shokri opened 4 years ago

mehrdad-shokri commented 4 years ago

I first thought StickyHeaderBuilder is a replacement for LisView.Builder but example app use it inside ListView.builder so what's the difference between these 2?

mehrdad-shokri commented 4 years ago

I guess StickyHeaderBuilder is for use cases where header is dynamically changed(like it's color or size) according to scroll position