Skip to content

Commit d33df35

Browse files
committed
Update to version 2.4.0
1 parent 1edc580 commit d33df35

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
4+
## 2.4.0
5+
6+
* **Breaking Change**: All slide indicator properties have been consolidated into the `SlideIndicatorOptions` class.
7+
* **Enhancement**: `issue #44` Added optional halo effect for slide indicators, customizable via `SlideIndicatorOptions` properties (`enableHalo`, `haloPadding`, `haloDecoration`).
8+
* **Chore**: Removed dead code.
9+
310
## 2.2.0
411

512
* **New Feature**: Support for custom slide indicators added.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_carousel_widget
22
description: A customizable carousel slider widget for Flutter, offering features such as infinite scrolling, auto-scrolling, custom child widgets, custom animations, pre-built indicators, expandable carousel widgets, and auto-sized child support.
33

4-
version: 2.3.0
4+
version: 2.4.0
55

66
homepage: https://pub.dev/packages/flutter_carousel_widget
77
repository: https://github.com/nixrajput/flutter_carousel_widget

0 commit comments

Comments
 (0)