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
441 stars 77 forks source link

[BUG] Update the scrollbar position when the length of items grows #32

Open rignaneseleo opened 4 years ago

rignaneseleo commented 4 years ago

Hi, thanks for the great job. There is a feature is missing, tho. I'm using the plugin to scroll through a list of element that is loaded using a page logic, 25 items per page, loaded more every time you reach the bottom.

Your scrollbar doesn't update the position so basically when the number of elements grows, it still stays on the bottom and no padding is added on the bottom.

reynirf commented 2 years ago

Did you solve this @rignaneseleo?