lit_backup_service library

A Flutter package to create and restore backups, whose content is formatted as a JSON files.

To use, import package:lit_backup_service/lit_backup_service.dart.

Dependencies used:

  • path_provider

To use the above mentioned dependencies, please include them separatly on the pubspec.yaml of your project. These will not be exported to avoid namespace issues.

Classes

BackupModel
An abstract class defining a blueprint how backup models should be structurecd.
BackupStorage
A controller class handling read and write operations of backups to local storage.
MediaLocation
A location on the local device's file system.

Constants

EXTENSION_JSON → const String
The json file extension.