We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ce7ed commit 55b1863Copy full SHA for 55b1863
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.1
2
+
3
+* Add `onHighlight` & `onLoseHighlight` callbacks
4
5
## 0.1.0
6
7
* First release.
pubspec.yaml
@@ -1,11 +1,11 @@
name: menu_base
description: Used to create context or tray menus.
-version: 0.1.0
+version: 0.1.1
homepage: https://github.com/leanflutter/menu_base
environment:
sdk: ">=2.12.0 <3.0.0"
8
- flutter: ">=1.17.0"
+ flutter: ">=1.12.0"
9
10
dependencies:
11
flutter:
0 commit comments