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 +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+
3
+ - Add ` file_picker ` allowing customizable file paths to restore backup from using the ` pickBackupFile ` method.
4
+ - Implement file picking on ` BackupStorage ` to reduce permission-based errors.
5
+ - Add ` installationID ` property on ` BackupStorage ` to allow multiple backups on the same device.
6
+
1
7
## 0.0.1
2
8
3
9
- Initial release
4
- - LitBackupService - A Flutter package to create and restore backups, whose content is stored on a JSON file.
10
+ - LitBackupService - A Flutter package to create and restore backups, whose content is stored in a JSON file.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ packages:
66
66
path: ".."
67
67
relative: true
68
68
source: path
69
- version: "0 .0.1 "
69
+ version: "1 .0.0 "
70
70
meta:
71
71
dependency: transitive
72
72
description:
Original file line number Diff line number Diff line change 1
1
name : lit_backup_service
2
2
description : >-
3
3
A Flutter package to create and restore backups, whose content is stored in a JSON file.
4
- version : 0.0.1
5
- homepage : https://github.com/litlifesoftware/lit_backup_service
4
+ repository : https://www.github.com/litlifesoftware/lit_backup_service
5
+ issue_tracker : https://github.com/litlifesoftware/lit_backup_service/issues
6
+ version : 1.0.0
6
7
7
8
environment :
8
9
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments