superlistapp / super_sliver_list

Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents and reliably jump / animate to any item.
https://superlistapp.github.io/super_sliver_list/
MIT License
277 stars 15 forks source link

feat: add sticky headers to example #20

Closed knopp closed 6 months ago

knopp commented 6 months ago

This adds a SliverStickyHeader to SliverDecoration with an optional header widget.

The SliverStickyHeader is a stripped-down version of widget from https://github.com/letsar/flutter_sticky_header modified to report child obstruction extent in sliver geometry, which is required for jump / animate to item to work.