Skip to content

Commit 50b7673

Browse files
committed
v0.1.2
1 parent 341ae7c commit 50b7673

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
* Allow running callbacks when an item's highlight status changes (#2)
4+
15
## 0.1.1
26

37
* Support Flutter 3.0

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
```yaml
5555
dependencies:
56-
contextual_menu: ^0.1.1
56+
contextual_menu: ^0.1.2
5757
```
5858
5959

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add this to your package's pubspec.yaml file:
5353

5454
```yaml
5555
dependencies:
56-
contextual_menu: ^0.1.1
56+
contextual_menu: ^0.1.2
5757
```
5858
5959
Or

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "0.1.1"
59+
version: "0.1.2"
6060
cupertino_icons:
6161
dependency: "direct main"
6262
description:
@@ -115,7 +115,7 @@ packages:
115115
name: menu_base
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "0.1.0"
118+
version: "0.1.1"
119119
meta:
120120
dependency: transitive
121121
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: contextual_menu
22
description: This plugin allows Flutter desktop apps to create native context menus.
3-
version: 0.1.1
3+
version: 0.1.2
44
homepage: https://github.com/leanflutter/contextual_menu
55

66
platforms:
@@ -16,7 +16,7 @@ dependencies:
1616
flutter:
1717
sdk: flutter
1818

19-
menu_base: ^0.1.0
19+
menu_base: ^0.1.1
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)