File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.2.1
2+
3+ * feat: add interactive process type to MacOS #16
4+
15## 0.2.0
26
37- fix: web compile error #14
Original file line number Diff line number Diff line change 4747
4848``` yaml
4949dependencies :
50- launch_at_startup : ^0.2.0
50+ launch_at_startup : ^0.2.1
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.2.0
50+ launch_at_startup : ^0.2.1
5151` ` `
5252
5353Or
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414 :path: Flutter/ephemeral/.symlinks/plugins/package_info_plus_macos/macos
1515
1616SPEC CHECKSUMS:
17- FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
17+ FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
1818 package_info_plus_macos: f010621b07802a241d96d01876d6705f15e77c1c
1919
2020PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ packages:
113113 path: ".."
114114 relative: true
115115 source: path
116- version: "0.2.0 "
116+ version: "0.2.1 "
117117 lints:
118118 dependency: transitive
119119 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.2.0
3+ version : 0.2.1
44homepage : https://github.com/leanflutter/launch_at_startup
55
66platforms :
You can’t perform that action at this time.
0 commit comments