File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.1
2
+
3
+ - MSIX support args #37
4
+
1
5
## 0.4.0
2
6
3
7
- Update plugin to use win32_registry version 2.0.0 #33
Original file line number Diff line number Diff line change 51
51
52
52
``` yaml
53
53
dependencies :
54
- launch_at_startup : ^0.3 .1
54
+ launch_at_startup : ^0.5 .1
55
55
` ` `
56
56
57
57
或
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Add this to your package's pubspec.yaml file:
51
51
52
52
``` yaml
53
53
dependencies :
54
- launch_at_startup : ^0.3 .1
54
+ launch_at_startup : ^0.5 .1
55
55
` ` `
56
56
57
57
Or
Original file line number Diff line number Diff line change 1
1
name : launch_at_startup
2
2
description : This plugin allows Flutter desktop apps to Auto launch on startup / login.
3
- version : 0.5.0
3
+ version : 0.5.1
4
4
homepage : https://leanflutter.dev/documentation/launch_at_startup
5
5
repository : https://github.com/leanflutter/launch_at_startup
6
6
issue_tracker : https://github.com/leanflutter/launch_at_startup/issues
You can’t perform that action at this time.
0 commit comments