v2.3.0
What's Changed
- Breaking Change: New
ExpandableCarouselOptions
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselController
introduced forExpandableCarousel
. - Breaking Change: New
ExpandableCarouselState
introduced forExpandableCarousel
. - Breaking Change: All slide indicator properties have been consolidated into the
SlideIndicatorOptions
class. - Enhancement:
issue #44
Added optional halo effect for slide indicators, customizable viaSlideIndicatorOptions
properties (enableHalo
,haloPadding
,haloDecoration
). - Chore: Removed dead code.
- Fix:
issue #46
fixed. - Fix:
issue #44
fixed. - Fix:
issue #40
fixed. - Hide CarouselController from 'material.dart' import by @InstantlyMoist in #43
- Add feature: customizable halo for prebuilt indicators by @ProV1X in #45
New Contributors
- @InstantlyMoist made their first contribution in #43
- @ProV1X made their first contribution in #45
Full Changelog: v2.2.0...v2.3.0