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

Ability to use with PositionedList #57

Open dovahkiin98 opened 2 years ago

dovahkiin98 commented 2 years ago

I have the Positioned List plugin, and it doesn't use a ScrollView, so it can't be the child of the DraggableScrollbar.

Any way to support this? Or does it have to be a completely different widget?