sync_vault 1.0.0
sync_vault: ^1.0.0 copied to clipboard
An offline-first data synchronization layer for Flutter apps. Automatically queues API requests when offline and syncs with exponential backoff.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sync_vaultThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sync_vault: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sync_vault/sync_vault.dart';