lit_backup_service 1.0.3
lit_backup_service: ^1.0.3 copied to clipboard
A Flutter package to create and restore backups, whose content is stored in a JSON file.
1.0.3 #
- Improve error handling when creating directories
1.0.2 #
- Allow shorter directory names using the
useShortDirectoryNamingflag. - Expose the current backup directory using the
expectedBackupPathgetter.
1.0.1 #
- Add support for
Android 12 - Update
permission_handlerdependency - Update
file_pickerdependency - Improve null handling
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.
0.0.1 #
- Initial release
- LitBackupService - A Flutter package to create and restore backups, whose content is stored in a JSON file.