File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.1
2
+
3
+ * Downgrade dart sdk version to 2.12.0
4
+
1
5
## 0.1.0
2
6
3
7
* first release.
Original file line number Diff line number Diff line change 63
63
64
64
``` yaml
65
65
dependencies :
66
- auto_updater : ^0.1.0
66
+ auto_updater : ^0.1.1
67
67
` ` `
68
68
69
69
或
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Add this to your package's pubspec.yaml file:
63
63
64
64
``` yaml
65
65
dependencies :
66
- auto_updater : ^0.1.0
66
+ auto_updater : ^0.1.1
67
67
` ` `
68
68
69
69
Or
Original file line number Diff line number Diff line change 1
1
name : auto_updater
2
2
description : This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).
3
- version : 0.1.0
3
+ version : 0.1.1
4
4
homepage : https://github.com/leanflutter/auto_updater
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments