carousel_custom_slider 0.2.0
carousel_custom_slider: ^0.2.0 copied to clipboard
This is a simple slider package, you can put the position of the indicator and text on it and personalize it.
0.2.0 #
-
NEW Add
WheelGallerywidget — scroll-driven circular gallery inspired by CSS scroll-driven animations. Cards are arranged in a full circle; scrolling rotates the wheel one step at a time. The focused card is shown in full color and sharp while others become grayscale, blurred, and transparent based on distance. Supports light/dark theme automatically. Exposed viaCarouselCustomSlider.wheelGallery(...)static method. New model class:WheelGalleryItem. -
NEW Add
Carousel3Dwidget — a 3D rotating ring carousel without shader mask. Cards are arranged in a cylinder ring with perspective transform and backface culling. Exposed viaCarouselCustomSlider.carousel3D(carousel3DType: Carousel3DType.standard). -
NEW Add
Carousel3DShaderwidget — same asCarousel3Dbut with a lateralShaderMaskgradient fade at screen edges. Exposed viaCarouselCustomSlider.carousel3D(carousel3DType: Carousel3DType.shader). -
NEW Add
Carousel3DAltwidget — compact variant ofCarousel3Dwith smaller cards and a closer camera for a stronger depth effect. Exposed viaCarouselCustomSlider.carousel3D(carousel3DType: Carousel3DType.alt). -
Add
Carousel3DTypeenum with values:standard,alt,shader. -
Add
CarouselConfigclass with presets:CarouselConfig.standard,.alt,.shader. -
Remove
CircularGalleryandPrismCarousel— replaced byWheelGallery.
0.1.0 #
- Edit Package.
- Update SDK Package.
0.0.9 #
- Fix pub point.
- Update package.
0.0.8 #
- Add
animatedBuilderSettingsfeature to allow customization of animated builder types:animatedBuilderSettings: AnimatedBuilderSettings( animatedBuilderType: AnimatedBuilderType.normalScale, useAnimatedBuilder: true, )
0.0.7+3 #
- Fix bug.
0.0.7+2 #
- Fix bug.
- Edit property children (
List<Widget>) converted tochildrenStackBuilder(Widget Function(int index)? childrenStackBuilder)
0.0.7+1 #
- Fix bug.
0.0.7 #
- Add to new feature.
0.0.6 #
- Fix bug.
- Add new feature: Transformed3DCardSlider
0.0.5 #
- Fix pub point.
0.0.4 #
- Fix Bug hidden indicator.
- Add new feature
0.0.3 #
- Fix Bug.
0.0.2 #
- Fix Pub Point.
0.0.1 #
- Initial release.