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+
17## 0.0.1
28
39- 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:
6666 path: ".."
6767 relative: true
6868 source: path
69- version: "0 .0.1 "
69+ version: "1 .0.0 "
7070 meta:
7171 dependency: transitive
7272 description:
Original file line number Diff line number Diff line change 11name : lit_backup_service
22description : >-
33 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
67
78environment :
89 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments