flutter-draggable-scrollbar
flutter-draggable-scrollbar copied to clipboard
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. Mainta...
I rebased #12 on the current master as I wanted both the changes from #12 as well as null safety To use the fork, one can add the following to...
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...
StatefulWidget can not scroll the listview;
I have a `ListView` and a `DraggableScrollbar` with it. The page has Search. So this scenario happens. The user scrolls to the middle of the page, and searches for an...
change BoxScrollView to Widget
## Current issue When scrollController inits with initialScrollOffset, the scroll bar will always be with offset 0, and could not scroll it up vertically. ## Solution Recalculate the offset when...
When vertical padding is provided to the scrollbar, scroll thumb shrinks on reaching the end of scroll. This happens because `barMaxScrollExtent` doesn't count vertical padding provided to the widget. My...
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...
Hello, First thing, great work guys! I would like to ask about the possibility of adding/making the scroll calculated dynamically depending on the number of items needed to be scrolled...
`DraggableScrollbar.rrect( backgroundColor: Colors.pink, // dosn't work child:ListView()`