flutter_carousel_widget 3.1.0
flutter_carousel_widget: ^3.1.0 copied to clipboard
A customizable Flutter carousel widget with infinite scrolling, auto-scrolling, pre-built indicators, expandable widgets, auto-sized child support, and enlarged center page.
Changelog #
3.1.0 #
3.0.1 #
- Improvement: Added comments to the classes, controllers, states, options, enums, and indicators.
- Improvement: Formatted the code to pass static analysis.
- Documentation: Removed demo
gifto reduce package size.
3.0.0 #
- Breaking Change: New
FlutterCarouselOptionsintroduced forFlutterCarousel. - Breaking Change: New
FlutterCarouselControllerintroduced forFlutterCarousel. - Breaking Change: New
FlutterCarouselStateintroduced forFlutterCarousel. - Breaking Change: New
ExpandableCarouselOptionsintroduced forExpandableCarousel. - Breaking Change: New
ExpandableCarouselControllerintroduced forExpandableCarousel. - Breaking Change: New
ExpandableCarouselStateintroduced forExpandableCarousel. - Documentation: Updated the documentation to include breaking changes.
- Fix:
issue #52fixed. - Fix:
issue #51fixed. - Fix:
issue #50fixed. - Fix:
issue #48fixed. - Fix:
issue #38fixed. - Fix:
issue #37fixed. - Improvement: Performance improvements.
2.3.0 #
- Breaking Change: New
ExpandableCarouselOptionsintroduced forExpandableCarousel. - Breaking Change: New
ExpandableCarouselControllerintroduced forExpandableCarousel. - Breaking Change: New
ExpandableCarouselStateintroduced forExpandableCarousel. - Breaking Change: All slide indicator properties have been consolidated into the
SlideIndicatorOptionsclass. - Enhancement:
issue #44Added optional halo effect for slide indicators, customizable viaSlideIndicatorOptionsproperties (enableHalo,haloPadding,haloDecoration). - Chore: Removed dead code.
- Fix:
issue #46fixed. - Fix:
issue #44fixed. - Fix:
issue #40fixed.
2.2.0 #
- New Feature: Support for custom slide indicators added.
- Documentation: Updated the documentation to show all contributors.
- Documentation: Updated the documentation to demonstrate the use of custom slide indicator.
- Fix:
issue #28fixed. - Fix:
issue #30fixed. - Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.1.2 #
- Documentation: Updated the documentation to display the screenshots.
2.1.1 #
- Documentation: Updated the documentation to display the screenshots.
2.1.0 #
- Fix:
issue #27LICENSE updated to MIT. - Fix:
issue #24fixed. - Fix:
issue #22fixed. - Fix:
issue #20fixed. - Fix:
issue #17fixed. - Improvement: Performance improvements.
2.0.4 #
- Optimization: Removed unnecessary codes.
2.0.3 #
- Improvement: Removed unnecessary dependencies.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.2 #
- Add:
indicatorMarginproperty added toCarouselOptions. - Improvement: Removed unnecessary dependencies.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.1 #
- Documentation: Updated the documentation to reflect the new Github Pages deployment.
- Fix: All known bug fixed and removed.
2.0.0+1 #
- Fix: Enums are now exported.
- New Feature:
ExpandableCarouselwidget added. - Breaking Change:
scrollPhysicsis nowphysicsinCarouselOptions. - Breaking Change:
carouselControlleris nowcontrollerinCarouselOptions. - Breaking Change: Project architecture changed.
- Fix: All known bug fixed and removed.
- Improvement: Performance improvements.
- Optimization: Removed unnecessary codes.
2.0.0 #
- New Feature:
ExpandableCarouselwidget added. - Breaking Change:
scrollPhysicsis nowphysicsinCarouselOptions. - Breaking Change:
carouselControlleris nowcontrollerinCarouselOptions. - 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 #7bug show indicator when no customCarouselControlleris set andshowIndicatoris set totrueandonPageChangedis called. - Custom
CarouselControllercan be set viaCarouselOptionsproperty. - 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 optimized.
- Performance improvements.
1.0.1 #
- Web app example demo added.
- Indicator color will change according to System theme.
- Screenshots updated.
- Documentation updated.
- Source code optimized.
- Performance improvements.
1.0.0 #
- Source code optimized.
- 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.