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 3b7adac commit e8b6a65Copy full SHA for e8b6a65
CHANGELOG.md
@@ -1,3 +1,7 @@
1
-## 0.0.1
+## 1.0.1
2
3
-* TODO: Describe initial release.
+* Add default namespace to be compatible with Flutter 3.27
4
+
5
+## 1.0.0
6
7
+* Initial release
pubspec.yaml
@@ -1,10 +1,10 @@
name: flutter_android_volume_keydown
description: A simple plugin for listening to the Android volume keydown event
-version: 1.0.0
+version: 1.0.1
homepage: https://github.com/dart-tools/flutter_android_volume_keydown
environment:
- sdk: ">=2.15.0 <3.0.0"
+ sdk: '>=2.15.0 <4.0.0'
8
flutter: ">=2.5.0"
9
10
dependencies:
0 commit comments