UdaraWanasinghe / flutter-carousel-slider

A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.
MIT License
29 stars 17 forks source link

[Feature]optional slideTransform and slideIndicator #2

Closed shinriyo closed 3 years ago

shinriyo commented 3 years ago

if slideTransform is null, use slideTransform: DefaultTransform(), is better.

and slideIndicator is not needed. I put indicatorRadius: 0, instead.

            slideIndicator: CircularSlideIndicator(
              padding: EdgeInsets.only(bottom: 32),
              indicatorRadius: 0,
            ),
shinriyo commented 3 years ago

@UdaraWanasinghe Did you give up?

shinriyo commented 3 years ago

hey

UdaraWanasinghe commented 3 years ago

That looks nice. Thank you for the suggestion. ;)