Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 801 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 801 Bytes

1.0.3

  • Improve error handling when creating directories

1.0.2

  • Allow shorter directory names using the useShortDirectoryNaming flag.
  • Expose the current backup directory using the expectedBackupPath getter.

1.0.1

  • Add support for Android 12
  • Update permission_handler dependency
  • Update file_picker dependency
  • Improve null handling

1.0.0

  • Add file_picker allowing customizable file paths to restore backup from using the pickBackupFile method.
  • Implement file picking on BackupStorage to reduce permission-based errors.
  • Add installationID property on BackupStorage to 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.