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 cd465c0 commit a87f333Copy full SHA for a87f333
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.0.1
2
+
3
+* Demo provided in README
4
5
## v1.0.0
6
7
* Initial Development Release
example/pubspec.lock
@@ -68,7 +68,7 @@ packages:
68
path: ".."
69
relative: true
70
source: path
71
- version: "1.0.0"
+ version: "1.0.1"
72
flutter_test:
73
dependency: "direct dev"
74
description: flutter
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_shortcuts
description: Flutter plugin for creating static & dynamic app shortcuts on home screen.
-version: 1.0.0
+version: 1.0.1
repository: https://github.com/divshekhar/flutter_shortcuts
documentation: https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md
0 commit comments