very_good_infinite_list
very_good_infinite_list copied to clipboard
feat: How to get indices of all the visible items on the viewport
Description
I am building a stock app and want to show live data only for visible items in the ListView. Is there a way to figure out indices all the visible item on the screen?
@SAGARSURI Did you try to use VisibilityDetector?