File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.9
2+
3+ - bump win32_registry to 1.0.2 #12
4+
15## 0.1.8
26
37- [ windows] Fix incorrect setting/checking of registry value #10
Original file line number Diff line number Diff line change 4747
4848``` yaml
4949dependencies :
50- launch_at_startup : ^0.1.8
50+ launch_at_startup : ^0.1.9
5151` ` `
5252
5353或
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Add this to your package's pubspec.yaml file:
4747
4848``` yaml
4949dependencies :
50- launch_at_startup : ^0.1.8
50+ launch_at_startup : ^0.1.9
5151` ` `
5252
5353Or
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ packages:
9999 name: http
100100 url: "https://pub.dartlang.org"
101101 source: hosted
102- version: "0.13.4 "
102+ version: "0.13.5 "
103103 http_parser:
104104 dependency: transitive
105105 description:
@@ -120,7 +120,7 @@ packages:
120120 path: ".."
121121 relative: true
122122 source: path
123- version: "0.1.8 "
123+ version: "0.1.9 "
124124 lints:
125125 dependency: transitive
126126 description:
@@ -286,7 +286,7 @@ packages:
286286 name: win32_registry
287287 url: "https://pub.dartlang.org"
288288 source: hosted
289- version: "0.1 .2"
289+ version: "1.0 .2"
290290sdks:
291291 dart: ">=2.17.0 <3.0.0"
292292 flutter: ">=1.20.0"
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ packages:
176176 name: win32_registry
177177 url: "https://pub.dartlang.org"
178178 source: hosted
179- version: "0.1 .2"
179+ version: "1.0 .2"
180180sdks:
181181 dart: ">=2.17.0 <3.0.0"
182182 flutter: ">=1.20.0"
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.8
3+ version : 0.1.9
44homepage : https://github.com/leanflutter/launch_at_startup
55
66platforms :
You can’t perform that action at this time.
0 commit comments