extended_nested_scroll_view icon indicating copy to clipboard operation
extended_nested_scroll_view copied to clipboard

Scrollphsyics other than ClampingScrollPhysics() is not working well

Open drxddy opened this issue 9 months ago • 2 comments

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.

drxddy avatar May 10 '24 08:05 drxddy

it seems it's known issue for flutter team

zmtzawqlp avatar May 10 '24 09:05 zmtzawqlp

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

drxddy avatar May 21 '24 16:05 drxddy