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

Ability to Add to CustomScrollView #52

Open anass-naoushi opened 3 years ago

anass-naoushi commented 3 years ago

The flutter original scrollbar works on all scrolling widgets but is not as customizable as this package. Can you please fix the error with custom scrollviews or tell me how to implement it.