This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.2
2
+
3
+ - Allow shorter directory names using the ` useShortDirectoryNaming ` flag.
4
+ - Expose the current backup directory using the ` expectedBackupPath ` getter.
5
+
1
6
## 1.0.1
2
7
3
8
- Add support for ` Android 12 `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
name: characters
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "1.1 .0"
10
+ version: "1.2 .0"
11
11
collection:
12
12
dependency: transitive
13
13
description:
@@ -21,7 +21,7 @@ packages:
21
21
name: cupertino_icons
22
22
url: "https://pub.dartlang.org"
23
23
source: hosted
24
- version: "1.0.3 "
24
+ version: "1.0.4 "
25
25
ffi:
26
26
dependency: transitive
27
27
description:
@@ -47,7 +47,7 @@ packages:
47
47
name: flutter_plugin_android_lifecycle
48
48
url: "https://pub.dartlang.org"
49
49
source: hosted
50
- version: "2.0.3 "
50
+ version: "2.0.5 "
51
51
flutter_web_plugins:
52
52
dependency: transitive
53
53
description: flutter
@@ -66,7 +66,14 @@ packages:
66
66
path: ".."
67
67
relative: true
68
68
source: path
69
- version: "1.0.1"
69
+ version: "1.0.2"
70
+ material_color_utilities:
71
+ dependency: transitive
72
+ description:
73
+ name: material_color_utilities
74
+ url: "https://pub.dartlang.org"
75
+ source: hosted
76
+ version: "0.1.3"
70
77
meta:
71
78
dependency: transitive
72
79
description:
@@ -80,7 +87,7 @@ packages:
80
87
name: path
81
88
url: "https://pub.dartlang.org"
82
89
source: hosted
83
- version: "1.8.0 "
90
+ version: "1.8.1 "
84
91
permission_handler:
85
92
dependency: transitive
86
93
description:
@@ -101,7 +108,7 @@ packages:
101
108
name: plugin_platform_interface
102
109
url: "https://pub.dartlang.org"
103
110
source: hosted
104
- version: "2.0.1 "
111
+ version: "2.1.2 "
105
112
sky_engine:
106
113
dependency: transitive
107
114
description: flutter
@@ -120,7 +127,7 @@ packages:
120
127
name: vector_math
121
128
url: "https://pub.dartlang.org"
122
129
source: hosted
123
- version: "2.1.0 "
130
+ version: "2.1.1 "
124
131
sdks:
125
132
dart: ">=2.14.0 <3.0.0"
126
133
flutter: ">=2.5.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
A Flutter package to create and restore backups, whose content is stored in a JSON file.
4
4
repository : https://www.github.com/litlifesoftware/lit_backup_service
5
5
issue_tracker : https://github.com/litlifesoftware/lit_backup_service/issues
6
- version : 1.0.1
6
+ version : 1.0.2
7
7
8
8
environment :
9
9
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments