TatsuUkraine / flutter_sticky_infinite_list

Multi directional infinite list with Sticky headers for Flutter applications
BSD 2-Clause "Simplified" License
341 stars 31 forks source link

How to detect which index is visible? #61

Closed desmeit closed 1 week ago

desmeit commented 1 year ago

Is there a way to detect which Item is visible if InfiniteListItems has different sizes?

TatsuUkraine commented 1 year ago

You can use flutter for that I think, or maybe a package that will report whenever widget will be visible within the viewport