flutter-draggable-scrollbar icon indicating copy to clipboard operation
flutter-draggable-scrollbar copied to clipboard

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

Open abdullah432 opened this issue 5 years ago • 1 comments

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?

abdullah432 avatar Jun 25 '20 07:06 abdullah432

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

nt4f04uNd avatar Nov 22 '20 01:11 nt4f04uNd