carousel_banner 0.1.2
carousel_banner: ^0.1.2 copied to clipboard
A swipeable, infinitely looping Flutter banner carousel with color or image backgrounds and a mandatory bottom-anchored title and subtitle.
0.1.2 #
- Fixed
dartdocAPI documentation and example generation for pub.dev. - Fixed
CarouselControllerimport ambiguity in example app.
0.1.1 #
- Updated README.md with comprehensive documentation, parameters reference table, import compatibility tips, and code examples for pub.dev.
0.1.0 #
- Added
viewportFraction&enlargeCenterPagefor adjacent slide peeking and 3D center slide scaling effects. - Added
badgeText&badgeColorsupport onCarouselItemfor top-left promo chips. - Added
ctaText&onCtaTapsupport onCarouselItemfor bottom-right action buttons. - Added
aspectRatioproperty for responsive banner scaling. - Added
arrowAlignment(Alignment.center,Alignment.topCenter,Alignment.bottomCenter) andarrowsOnSlidefor flexible navigation arrow positioning. - Added
enableHeroandheroTagonCarouselItemfor Netflix-style Hero card-to-page expansions. - Added
CarouselDetailPagewidget for instant Netflix-style detail page transitions.
0.0.1 #
- Initial release.
- Infinitely looping carousel with colour or image backgrounds.
- Mandatory bottom-anchored title and subtitle.
- Autoplay with progress in the active dot, optional
onTapand customoverlay.