File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.6
2+
3+ - [ windows] fix: use correct max length of registry key #
4+
15## 0.1.5
26
37- [ linux] Fixed wrong app name when writing .desktop file. #4
Original file line number Diff line number Diff line change 4545
4646``` yaml
4747dependencies :
48- launch_at_startup : ^0.1.5
48+ launch_at_startup : ^0.1.6
4949` ` `
5050
5151或
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Add this to your package's pubspec.yaml file:
4545
4646``` yaml
4747dependencies :
48- launch_at_startup : ^0.1.5
48+ launch_at_startup : ^0.1.6
4949` ` `
5050
5151Or
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ packages:
120120 path: ".."
121121 relative: true
122122 source: path
123- version: "0.1.5 "
123+ version: "0.1.6 "
124124 lints:
125125 dependency: transitive
126126 description:
Original file line number Diff line number Diff line change 11name : launch_at_startup
22description : This plugin allows Flutter desktop apps to Auto launch on startup / login.
3- version : 0.1.5
3+ version : 0.1.6
44homepage : https://github.com/leanflutter/launch_at_startup
55
66platforms :
You can’t perform that action at this time.
0 commit comments