- Improve error handling when creating directories
- Allow shorter directory names using the
useShortDirectoryNaming
flag. - Expose the current backup directory using the
expectedBackupPath
getter.
- Add support for
Android 12
- Update
permission_handler
dependency - Update
file_picker
dependency - Improve null handling
- 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.
- Initial release
- LitBackupService - A Flutter package to create and restore backups, whose content is stored in a JSON file.