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 disable the touch scroll and just scroll by programmatically ? #13

Closed winsonet closed 5 years ago

winsonet commented 5 years ago

that's mean user just can click the button for scroll to next item, I don't want the user scroll by touch the listview, I try to set

physics: NeverScrollableScrollPhysics(),

but nothing happen :(

thanks!

marcglasberg commented 5 years ago

Try again with version 1.0.4. It should now work.

winsonet commented 5 years ago

thanks!