Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
the notify status listeners method of the animations is moved inside …
Browse files Browse the repository at this point in the history
…of the animateTo method
  • Loading branch information
soemre committed Jun 26, 2023
1 parent 3ab32eb commit b6dfb31
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 147 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4.1.2 Release
# 4.1.3 Release

- Handled the native pop to notify the status listeners as closing.
- The notify status listeners method of the animations is moved inside of the `animateTo` method.

## 4.0.0 Release Notes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<p align="center">
<a href="https://pub.dev/packages/draggable_menu">
<img src="https://img.shields.io/badge/pub-v4.1.2-%237f7eff?style=flat&logo=flutter">
<img src="https://img.shields.io/badge/pub-v4.1.3-%237f7eff?style=flat&logo=flutter">
</a>
<a href="https://github.com/emresoysuren/draggable_menu">
<img src="https://img.shields.io/badge/GitHub-v4.1.2-%237f7eff?style=flat&logo=github">
<img src="https://img.shields.io/badge/GitHub-v4.1.3-%237f7eff?style=flat&logo=github">
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.1.2"
version: "4.1.3"
fake_async:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit b6dfb31

Please sign in to comment.