From 8cbcc509a99b3dc4bef6ced8b65be7c44609ab06 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Mon, 29 Jan 2024 11:49:27 -0500 Subject: [PATCH] Fix disposed bug and update version --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c99d7..c0219c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### [3.3.1] - On disposed bug fixed + +- fixed the issue when you dispose the widget before the animation takes place, was throwing an error. + + #### [3.3.0] - New Docs - curve property added diff --git a/pubspec.yaml b/pubspec.yaml index bc5c490..af0b714 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: animate_do description: Beautiful animations inspired on Animate.css, every animation is a customizable widget. -version: 3.3.0 +version: 3.3.1 homepage: https://fernando-herrera.com repository: https://github.com/Klerith/animate_do_package issue_tracker: https://github.com/Klerith/animate_do_package/issues