File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.1.1
4
+ * Changed position to int + fixed sample (Thanks to [ PR #24 ] ( https://github.com/Pyozer/dots_indicator/pull/24 )
5
+
3
6
## 2.1.0
4
7
5
8
* Add specific color for each dot, colors/activeColors params added (Thanks to [ PR #7 ] ( https://github.com/Pyozer/dots_indicator/pull/7 ) )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You just need to add `dots_indicator` as a [dependency in your pubspec.yaml file
8
8
9
9
``` yaml
10
10
dependencies :
11
- dots_indicator : ^2.1.0
11
+ dots_indicator : ^2.1.1
12
12
` ` `
13
13
14
14
## Example
Original file line number Diff line number Diff line change 1
1
name : dots_indicator
2
2
description : Dots indicator to show progression of a PageView for example
3
- version : 2.1.0
3
+ version : 2.1.1
4
4
homepage : https://github.com/pyozer/dots_indicator
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments