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

Commit

Permalink
v2.0.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
soemre committed May 9, 2023
1 parent 321be1b commit 5980cd3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.1.0 Release
- Fixed some issues in pre-build UIs' animations.
- Added fast-dragging features to minimize and expand the Draggable Menu.
# 2.0.0 Release
- Fixed some issues by changing its movement logic
- Added new status to the Draggable Menu. Now you can detect whether the Menu will do the "expand, minimize and close" gestures.

*If you are coming from an early version before the 1.0.0 of the `draggable_menu`, check out the version 1.0.0 changes before using the 1.1.0 version.*
*If you are coming from an early version before the 1.0.0 of the `draggable_menu`, check out the version 1.0.0 changes before using the `2.0.0` version.*
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flutter Draggable Menu (draggable_menu)
[![Pub](https://img.shields.io/badge/pub-v1.1.0-%237f7eff?style=flat&logo=flutter)](https://pub.dev/packages/draggable_menu)
[![GitHub](https://img.shields.io/badge/GitHub-v1.1.0-%237f7eff?style=flat&logo=github)](https://github.com/emresoysuren/draggable_menu)
[![Pub](https://img.shields.io/badge/pub-v2.0.0-%237f7eff?style=flat&logo=flutter)](https://pub.dev/packages/draggable_menu)
[![GitHub](https://img.shields.io/badge/GitHub-v2.0.0-%237f7eff?style=flat&logo=github)](https://github.com/emresoysuren/draggable_menu)

With `draggable_menu`, create Draggable Menus as you want and make your app look way better and more convenient.

Expand Down Expand Up @@ -228,11 +228,14 @@ Use the `addStatusListener` parameter to listen to the Draggable Menu's status.

### Dragable Menu's status are:
* Closing
* MayClose
* Will Close
* May Close
* Canceling
* Minimized
* Minimizing
* May Expand
* Will Expand
* Will Minimize
* May Minimize
* Expanding
* Expanded
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: "1.1.0"
version: "2.0.0"
fake_async:
dependency: transitive
description:
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: draggable_menu
description: Create Draggable Menus like some popular apps like Instagram, Snapchat, Facebook, Twitter etc. You can even make your Draggable Menus look identical to them.
version: 1.1.0
version: 2.0.0
repository: https://github.com/emresoysuren/draggable_menu

environment:
Expand Down

0 comments on commit 5980cd3

Please sign in to comment.