This repository has been 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
useShortDirectoryNaming
flag. - Expose the current backup directory using the
expectedBackupPath
getter.
v1.0.1
- Add support for
Android 12
- Update
permission_handler
dependency - Update
file_picker
dependency - Improve null handling
v1.0.0
1.0.0
- Add
file_picker
allowing customizable file paths to restore backup from using thepickBackupFile
method. - Implement file picking on
BackupStorage
to reduce permission-based errors. - Add
installationID
property onBackupStorage
to allow multiple backups on the same device.