From 10a046da88686fe42c7425aaeb51a67a13803833 Mon Sep 17 00:00:00 2001 From: lukepighetti Date: Tue, 24 Nov 2020 10:48:18 -0500 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262dd7..39c4979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.1 + +- Specify a velocity with Sprung.custom(). +- `Sprung.criticallyDamped` and other named instances are static finals instead of getters. + ## 2.0.0+13 - Remove cupertino_icons dependency diff --git a/pubspec.yaml b/pubspec.yaml index 18f7139..e5f04b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: sprung homepage: https://github.com/lukepighetti/sprung description: Spring curves for Flutter animations. Based on real physics equations with three damping curves. -version: 2.0.0+13 +version: 2.0.1 environment: sdk: ">=2.0.0 <3.0.0"