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

Support clipBehavior parameter #13

Closed foxanna closed 2 years ago

foxanna commented 2 years ago

Currently CarouselSlider clips children's content visually even though they can intentionally overflow when laid out with the help of OverflowBox widget. The ability to customize clipBehavior parameter allows setting it to Clip.none and allowing children to paint their content without limitations.

foxanna commented 2 years ago

@AureusApps thanks for picking up those changes. Any plans on releasing a new package version with the latest changes soon?

UdaraWanasinghe commented 2 years ago

Yes for sure. I have to do regression testing before release.