marcglasberg / indexed_list_view

Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
BSD 2-Clause "Simplified" License
251 stars 21 forks source link

Any way to get header item index that currently display in the view when scrolling? #17

Closed sooxt98 closed 5 years ago

marcglasberg commented 5 years ago

Sorry, no there isn't. If you don't need an infinite list you may try this one:

https://pub.dev/documentation/flutter_widgets/latest/flutter_widgets/ScrollablePositionedList-class.html

sooxt98 commented 5 years ago

@marcglasberg Wow, I don't even know this widget exists! How did you know this?

marcglasberg commented 5 years ago

@sooxiaotong See: https://github.com/flutter/flutter/issues/12319