fluttercommunity / flutter-draggable-scrollbar

Draggable Scrollbar - A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. Maintainer: @marica27
https://pub.dev/packages/draggable_scrollbar
MIT License
442 stars 77 forks source link

RangeError(out of bounds) for Non-uniformed-height ListView #14

Open alfianakbar opened 5 years ago

alfianakbar commented 5 years ago

I have a listView with different height of its childs. It raised error if I scroll for several lines (not until the end of list).

MostHated commented 4 years ago

I believe I had this issue at one point. If it is the same one I am thinking of, try setting shrinkwrap: true.