Hi , this is a nice example.
I am struggling with a nested list view behaviour. To experiment this, just change the "scrollDirection: Axis.vertical, " and test.
When you scroll the inner list and it finished, i mean reach to top/bottom, then need to start scrolling parent listview automatically. We applied multiple scrollcontroller for each listview (say, ScrollController sc1 , ScrollController sc2 for each listview), and try to get offset and based on offset , tried to set physics, it does not work and shows error like "can not use multiple scroll".
The summary is : When child listview is finish, it will scroll parent for both top/bottom to bottom/top scrolling automatically by offset tracking/something.
Could you please help me to implement this ? i want to do this to make more smooth and let not user change touch/finger position.