flutter_carousel_widget 2.0.0+1 flutter_carousel_widget: ^2.0.0+1 copied to clipboard
A customizable carousel slider widget in Flutter which supports inifinte scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.
Changelog #
2.0.0+1 #
- Fix: Enums are now exported.
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.0 #
- New Feature:
ExpandableCarousel
widget added. - Breaking Change:
scrollPhysics
is nowphysics
inCarouselOptions
. - Breaking Change:
carouselController
is nowcontroller
inCarouselOptions
. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
1.2.3 #
- Fix: bug auto play carousel is not working.
- All known bug fixed and removed.
- Performance improvements.
- Removed unnecessary codes.
1.2.2 #
- Fix:
issue #7
bug show indicator when no customCarouselController
is set andshowIndicator
is set totrue
andonPageChanged
is called. - Custom
CarouselController
can be set viaCarouselOptions
property. - All known bugs are fixed.
- Performance improvements.
1.2.1 #
- Github Actions: Web Demo is now deployed to Github Pages
- Documentation: Updated the documentation to reflect the new Github Pages deployment
1.2.0 #
- Project structure changed.
- Minor bug fixes.
- Removed unnecessary codes.
1.1.0 #
- Minor bug fixes.
- Performance improvements.
1.0.5 #
- Minor bug fixes.
- Performance improvements.
1.0.4 #
- Minor bug fixes.
- Performance improvements.
1.0.3 #
- Minor bug fixes.
- Performance improvements.
1.0.2 #
- Option to float Slide Indicator over Carousel or to show below Carousel added.
- Screenshots updated.
- Source code optimised.
- Performance improvements.
1.0.1 #
- Web app example demo added.
- Indicator color will change according to System theme.
- Screenshots updated.
- Documentation updated.
- Source code optimised.
- Performance improvements.
1.0.0 #
- Source code optimised.
- Bug fixes.
- Performance improvements.
- Documentation updated.
0.1.5 #
- Default Slide Indicator added.
- Bug fixes.
- Performance improvements.
0.1.4 #
- Bug fixes.
- Documentation updated.
0.1.3 #
- Minor bug fixes.
0.1.2 #
- Auto-sized child support.
- Bug fixes.
0.1.1 #
- Bug fixes.
- Documentation updated.
0.1.0 #
- Pre-built Carousel indicator support added.
- Bug fixes.
- Documentation updated.
0.0.1 #
- Initial Version.