serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.55k stars 516 forks source link

how can i use this with horizontal scroll bar #391

Open redvelvet-fan opened 1 year ago

redvelvet-fan commented 1 year ago

image

I want to use the horizontal scroll bar as shown in the attached picture. However, the scrollbar provided by default requires a controller, but the Carousel Scroll Controller is not suitable for this. How can I apply the horizontal scroll bar?