Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 1, 2022
1 parent 341ae7c commit 50b7673
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

* Allow running callbacks when an item's highlight status changes (#2)

## 0.1.1

* Support Flutter 3.0
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

```yaml
dependencies:
contextual_menu: ^0.1.1
contextual_menu: ^0.1.2
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
contextual_menu: ^0.1.1
contextual_menu: ^0.1.2
```
Or
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -115,7 +115,7 @@ packages:
name: menu_base
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.1.1"
meta:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: contextual_menu
description: This plugin allows Flutter desktop apps to create native context menus.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/leanflutter/contextual_menu

platforms:
Expand All @@ -16,7 +16,7 @@ dependencies:
flutter:
sdk: flutter

menu_base: ^0.1.0
menu_base: ^0.1.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 50b7673

Please sign in to comment.