From 0cbca9284d9023838fdcd255b2ea5686ba1a5d14 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 29 Apr 2022 19:42:48 +0200 Subject: [PATCH] Bump version to 6.0.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b444e04..0d303da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.0] - 29 April 2022 + + - **BREAKING** - Changed `animationSpeed` as `int` to `animationDuration` as `Duration` + - **FEATURE** - Added the possibility to specify a custom `Curve` for the children's animation + - **FIX** - Fixed possible null-safety issues + ## [5.1.0] - 2 April 2022 - Fixed widget dispose method, now `backgroundOverlay` should be disposed correctly. diff --git a/pubspec.yaml b/pubspec.yaml index 61e644a..50b9d10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_speed_dial description: Flutter plugin to implement a beautiful and dynamic Material Design Speed Dial with labels, animated icons, multi-directional children and much more. -version: 5.1.0 +version: 6.0.0 homepage: https://github.com/darioielardi/flutter_speed_dial/ dependencies: