Open
Description
the problem is that the ItemScrollController
can be attached only to one ScrollablePositionedList
at a time. this is not a behaviour i would expect from the scrollable widget in flutter, as ScrollController
can be attached to multiple views with no problem
reproducible https://github.com/nt4f04unds-archive/issues/tree/flutter.widgets_219
it demonstrates the expected behaviour for the ScrollablePositionedList
on the ListView
@tarobins as far as i know, you support this package, what do you think of adding support for multiple views to be attached to a controller?