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

Releases: litlifesoftware/lit_backup_service

v1.0.3

21 Nov 12:31
Compare
Choose a tag to compare
  • Improve error handling when creating directories

v1.0.2

17 Apr 10:17
Compare
Choose a tag to compare
  • Allow shorter directory names using the useShortDirectoryNaming flag.
  • Expose the current backup directory using the expectedBackupPath getter.

v1.0.1

14 Jan 17:11
Compare
Choose a tag to compare
  • Add support for Android 12
  • Update permission_handler dependency
  • Update file_picker dependency
  • Improve null handling

v1.0.0

10 Sep 19:31
Compare
Choose a tag to compare

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.

v0.0.1

03 Sep 12:51
Compare
Choose a tag to compare

v0.0.1

Available on pub.dev

  • Initial release
  • LitBackupService - A Flutter package to create and restore backups, whose content is stored in a JSON file.