You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CustomScrollView with two SuperSliverLists and they are centered in the CustomScrollView using the center and anchor properties. For both lists jumpToItem() and animateToItem() either don't work at all or jump to the wrong index.
Mixing normal and reverse growth direction slivers in single scroll view is not supported. This seems pretty difficult to do since the slivers before affect the target scroll position. That said, if somebody submits a PR for this I'll be more than happy to review :)
I have a
CustomScrollView
with twoSuperSliverList
s and they are centered in theCustomScrollView
using thecenter
andanchor
properties. For both listsjumpToItem()
andanimateToItem()
either don't work at all or jump to the wrong index.The text was updated successfully, but these errors were encountered: