Skip to content

Commit 3b36fcc

Browse files
committed
v5.2.1
1 parent c2a6799 commit 3b36fcc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## 5.2.1
6+
7+
- Fix `SpinKitCubeGrid` not working as showcased
8+
59
## 5.2.0
610

711
- Fix `SpinKitCircle`, `SpinKitFadingCircle`, `SpinKitDancingSquare` animation

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: ^5.2.0
11+
flutter_spinkit: ^5.2.1
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: 5.2.0
3+
version: 5.2.1
44
homepage: https://github.com/jogboms/flutter_spinkit
55

66
environment:

0 commit comments

Comments
 (0)