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

Is their any way to drag infinit list using draggable-scrollbar? #31

Open abdullah432 opened 4 years ago

abdullah432 commented 4 years ago

When I drag an infinite list, the bar reaches the bottom but when new data is loaded bar remains at the end. Is there any way to change the scrollbar position after new data load?

nt4f04uNd commented 3 years ago

guess calling something that will trigger a scroll notification will make it, like ScrollController.jumpTo to the same position