This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Releases: litlifesoftware/lit_backup_service
Releases · litlifesoftware/lit_backup_service
v1.0.3
v1.0.2
- Allow shorter directory names using the
useShortDirectoryNamingflag. - Expose the current backup directory using the
expectedBackupPathgetter.
v1.0.1
- Add support for
Android 12 - Update
permission_handlerdependency - Update
file_pickerdependency - Improve null handling
v1.0.0
1.0.0
- Add
file_pickerallowing customizable file paths to restore backup from using thepickBackupFilemethod. - Implement file picking on
BackupStorageto reduce permission-based errors. - Add
installationIDproperty onBackupStorageto allow multiple backups on the same device.