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
You can use flutter_scrollview_observer to observe ScrollView, it will tell you which items are being displayed and thus know the currentIndex from resultModel.firstChild?.index.
My concern is how do I get a currentIndex, while user is scrolling.
I saw on
AutoScrollController
we don't get a index, will you please tell me how can I get a current Index ??The text was updated successfully, but these errors were encountered: