sync_vault 1.0.0 copy "sync_vault: ^1.0.0" to clipboard
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_vault

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sync_vault: ^1.0.0

Alternatively, 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';
7
likes
160
points
90
downloads

Publisher

verified publisherbrownboycodes.com

Weekly Downloads

An offline-first data synchronization layer for Flutter apps. Automatically queues API requests when offline and syncs with exponential backoff.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, equatable, flutter, hive, path, path_provider, sqflite, uuid

More

Packages that depend on sync_vault