offline_sync_data 0.1.0 copy "offline_sync_data: ^0.1.0" to clipboard
offline_sync_data: ^0.1.0 copied to clipboard

Offline-first synchronization with a persistent SQLite queue for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sync_data

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

dependencies:
  offline_sync_data: ^0.1.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:offline_sync_data/offline_sync_data.dart';
7
likes
160
points
11
downloads

Documentation

API reference

Publisher

verified publishercelestinolopes.tech

Weekly Downloads

Offline-first synchronization with a persistent SQLite queue for Flutter apps.

Repository (GitHub)
View/report issues

Topics

#offline-first #synchronization #sqflite #connectivity

License

MIT (license)

Dependencies

dio, flutter, internet_connection_checker_plus, path, sqflite

More

Packages that depend on offline_sync_data