indexed_list_view
indexed_list_view copied to clipboard
Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
I'm finding this package absolutely essential for my current project, but I feel it misses one feature that would really round it off, physics behavior akin to that of FixedExtentScrollPhysics,...
Somehow, changing the controller, list gets rebuild but is not functional, as underlying scroll controller ends up being attached to multiple places. ``` When the exception was thrown, this was...
Is there any way to listen for changes, such as scrolling status, real-time access to the viewable area, the index of the top item