fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
591 stars 117 forks source link

NestedScrollViewRefreshIndicator removed? #64

Closed SeongBrave closed 2 years ago

SeongBrave commented 3 years ago

NestedScrollViewRefreshIndicator removed

zmtzawqlp commented 3 years ago

3.0.0 Support null-safety Breaking change: Remove [NestedScrollViewRefreshIndicator], use [PullToRefreshNotification] instead of. Add [NestedScrollView.keyboardDismissBehavior]

rubenvereecken commented 3 years ago

For anyone else with this problem, you can find PullToRefreshNotification in another package, see the example:

https://github.com/fluttercandies/extended_nested_scroll_view/blob/6649c70bcaa6c2068d6e7ae4510d5779c1b2b68a/example/pubspec.yaml#L29