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

Scrollphsyics other than ClampingScrollPhysics() is not working well #156

Open dhikshithrm opened 1 month ago

dhikshithrm commented 1 month ago

Content

inside gridview or a listview child of a tabview or a pageview with anything other than ClampingScrollPhysics() is not working well, giving issues while scrolling.

is there any way to use other scrolling physics without having those issues.

zmtzawqlp commented 1 month ago

it seems it's known issue for flutter team

dhikshithrm commented 1 month ago

When the body itself is a ListView and each TabBarView is also vertically scrollable, how to get the rubber band Scrolling effect, just using other Scrolling Physics is not working.

https://github.com/fluttercandies/extended_nested_scroll_view/blob/acf0f8201a169663ae8e809f134a939e08a6b752/example/lib/pages/simple/extened_nested_scroll_view_demo.dart#L87