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

Allow PageView as child #19

Open me-abhishekpal opened 5 years ago

me-abhishekpal commented 5 years ago

I my app, it is already coded with normal scrollbar that is able to take PageView as a child.

Can you please allow the pageview as a child as well, so that it can be used

kmcgill88 commented 4 years ago

I'd love to use this package with a PageView too. I've had to revert back to using Scrollbar -> GridView -> PageView child.