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

List is not scrolling #7

Closed rahuldevanavar91 closed 5 years ago

rahuldevanavar91 commented 5 years ago

Earlier I was using ListView.builder that time scrolling works perfectly,

when I replaced with IndexedListView.builder list is not scrolling at all.

marcglasberg commented 5 years ago

I can't really fix an issue that says "stuff doesn't work" and gives no detail.

marcglasberg commented 5 years ago

Version 1.0.0 was released. See if it solved your problem. If not, please post some example code that demonstrates your problem. Thanks.