nixrajput / flutter_carousel_widget

A customizable carousel slider widget in Flutter which supports infinite scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.
https://pub.dev/packages/flutter_carousel_widget
MIT License
27 stars 16 forks source link

[Bug]: Indicator remains half-filled when padEnds: false #28

Closed RafiaChy closed 6 months ago

RafiaChy commented 10 months ago

Contact Details

No response

What happened?

Hi guys , the indicator gets stuck in the middle when I set padEnd to false. And it needs to false to make the carousel occupy the entire screen.
ExpandableCarousel( options: CarouselOptions( showIndicator: true, padEnds: false, viewportFraction: athletes.length > 1 ? 0.8 : 0.9, floatingIndicator: false, slideIndicator: CircularSlideIndicator( //padding: const EdgeInsets.only(top: 100), currentIndicatorColor: ColorManager.primary), ), picture

Version

2.0.1

What devices are you seeing the problem on?

Android

OS

Android 12

Relevant log output

No response

Code of Conduct

nixrajput commented 10 months ago

Hi @RafiaChy,

Thank you for using the package and raising this issue.

I will look into this issue and hope to fix it in the next update.

Regards, Nikhil @nixrajput