letsar / flutter_sticky_header

Flutter implementation of sticky headers for sliver
MIT License
907 stars 174 forks source link

Add a callback that handles the changes in the state of a sticky header such as "onPinned" #92

Open fujidaiti opened 1 year ago

fujidaiti commented 1 year ago

This PR fixes #48 and #70 by adding a callback to be called when a sticky header is pinned or unpinned, etc. It also works with reversed scrollable widgets.

I hope you find it useful 😀