Skip to content

Commit

Permalink
Bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-colazzo committed Apr 29, 2022
1 parent 40f84e5 commit 0cbca92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0cbca92

Please sign in to comment.