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

Can i set scroll limit for top and bottom scrolling??? #31

Closed darshakpranpariya closed 3 years ago

darshakpranpariya commented 3 years ago

Can i set scroll limit for top and bottom scrolling???

xarmatura commented 3 years ago

The same question, could you please add someone flag to disable infinity scroll? @marcglasberg

marcglasberg commented 3 years ago

Sorry folks, it's not possible. This widget is just for infinite scroll, I am afraid. I should have named it infinite_scroll_list_view or something. But now I can't change that name.