From fba868122cfdb6e37f015f82578d928bd0e3005b Mon Sep 17 00:00:00 2001 From: Jeremiah Ogbomo Date: Fri, 21 Feb 2020 08:14:11 +0100 Subject: [PATCH] v4.1.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b31cef..67c6280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit. +## 4.1.2 + +- Introduced new `itemCount` property to `SpinKitWave` +- Fixed broken calculations that made certain animations behave weirdly + ## 4.1.1+1 - Include Authors info in README diff --git a/README.md b/README.md index 4bd289d..6be4933 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.1.1" + flutter_spinkit: "^4.1.2" ``` ### ⚡️ Import diff --git a/pubspec.yaml b/pubspec.yaml index ceab7f2..984cada 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.1.1+1 +version: 4.1.2 homepage: https://github.com/jogboms/flutter_spinkit authors: