serenader2014 / flutter_carousel_slider

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

Remove extra space before the first slide when option "enableInfiniteScroll" set to false (Vertical Slider) #255

Open Brayan233 opened 3 years ago

Brayan233 commented 3 years ago

Simulator Screen Shot - iPhone 8 - 2021-03-10 at 04 39 19

Hi, I noticed that there is a space before the first slide when we set the option "enableInfiniteScroll" to false. Is there a way to remove this extra space?

Thank you !

tigrenok00 commented 3 years ago

Same question here, it is even more noticeable with horizontal direction too

nulltone commented 3 years ago

@Brayan233 @tigrenok00 This might help you: https://github.com/serenader2014/flutter_carousel_slider/issues/254

claranceliberi commented 2 years ago

Any idea ? i have the same issue