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

FixedExtentScrollPhysics behavior with IndexedListView #36

Closed TornadoStorm closed 1 year ago

TornadoStorm commented 2 years ago

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, where the scrolling focuses on specific items that it smoothly snaps to.

Example: Example image of FixedExtentScrollPhysics behavior

Is there any possibility that this or something similar could/would be implemented? I believe FixedExtentScrollPhysics itself requires a certain controller to be used, which is incompatible with the IndexedListView, so possibly a new controller would have to be made for this too, or the current IndexedScrollController would need to be modified.

marcglasberg commented 1 year ago

No, sorry, this feature is out of scope for this package. I am only doing bug maintenance for this package for the foreseeable future.