Skip to content

Commit 782c0b1

Browse files
authored
v4.1.2
2 parents 6cb0b66 + fba8681 commit 782c0b1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit.
44

5+
## 4.1.2
6+
7+
- Introduced new `itemCount` property to `SpinKitWave`
8+
- Fixed broken calculations that made certain animations behave weirdly
9+
510
## 4.1.1+1
611

712
- Include Authors info in README

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A collection of loading indicators animated with flutter. Heavily inspired by [@
88

99
```yaml
1010
dependencies:
11-
flutter_spinkit: "^4.1.1"
11+
flutter_spinkit: "^4.1.2"
1212
```
1313
1414
### ⚡️ Import

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_spinkit
22
description: A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit.
3-
version: 4.1.1+1
3+
version: 4.1.2
44
homepage: https://github.com/jogboms/flutter_spinkit
55

66
authors:

0 commit comments

Comments
 (0)