extended_nested_scroll_view
extended_nested_scroll_view copied to clipboard
Scrollphsyics other than ClampingScrollPhysics() is not working well
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.
it seems it's known issue for flutter team
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