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

show/hide SliverAppBar when scrolling ListView without having to wait for top index position of ListView #85

Closed anasmano closed 2 years ago

anasmano commented 2 years ago

Hello,

I am having SliverAppbar in header, and ListView in body. my question is: can i show/hide my SliverAppBar when scrolling ListView without having to wait for top index position of ListView. Because currently behavior of the extended_nested_scroll_view library is always just to scroll till top of listview to show/hide AppBar,

Thank You.

zmtzawqlp commented 2 years ago

The question is not refer to extended_nested_scroll_view, it's default behavior of SliverAppBar