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

pull to refresh #49

Closed BadDeveloper2022 closed 2 years ago

BadDeveloper2022 commented 3 years ago

pull to refresh

DeD1rk commented 3 years ago

Pull to refresh can be implemented by simply surrounding a scrollable widget in a RefreshIndicator. The flutter documentation can guide you further for that. I don't think that the sticky_headers package should have anything to do with pull to refresh, so this issue can probably be closed.

slightfoot commented 2 years ago

Closing as un-responsive.