diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d5604..d649c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit. +## 4.1.0 + +- Introduces a new SpinKit [SpinKitSquareCircle] +- Introduces `const` SpinKits +- Improve code quality across all spinners + + + ## 4.0.0 ### Feature diff --git a/README.md b/README.md index 8a3099e..c24c182 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A collection of loading indicators animated with flutter. Heavily inspired by [@ ```yaml dependencies: - flutter_spinkit: "^4.0.0" + flutter_spinkit: "^4.1.0" ``` ### ⚡️ Import diff --git a/pubspec.yaml b/pubspec.yaml index b8166e2..8c3f934 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_spinkit description: A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit. -version: 4.0.0 +version: 4.1.0 homepage: https://github.com/jogboms/flutter_spinkit authors: