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 afd7a90 commit 99434e2Copy full SHA for 99434e2
pubspec.yaml
@@ -1,7 +1,10 @@
1
name: launch_at_startup
2
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
3
-version: 0.4.0
4
-homepage: https://github.com/leanflutter/launch_at_startup
+version: 0.5.0
+homepage: https://leanflutter.dev/documentation/launch_at_startup
5
+repository: https://github.com/leanflutter/launch_at_startup
6
+issue_tracker: https://github.com/leanflutter/launch_at_startup/issues
7
+documentation: https://leanflutter.dev/documentation/launch_at_startup
8
9
platforms:
10
linux:
@@ -19,6 +22,6 @@ dependencies:
19
22
20
23
dev_dependencies:
21
24
dependency_validator: ^3.0.0
- flutter_test:
- sdk: flutter
25
+ # flutter_test:
26
+ # sdk: flutter
27
mostly_reasonable_lints: ^0.1.2
0 commit comments