offline_sync_core 0.1.5 copy "offline_sync_core: ^0.1.5" to clipboard
offline_sync_core: ^0.1.5 copied to clipboard

A robust, lightweight, and extensible offline-first caching and synchronization package for Flutter using Hive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sync_core

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

dependencies:
  offline_sync_core: ^0.1.5

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_core/offline_sync_core.dart';
2
likes
150
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust, lightweight, and extensible offline-first caching and synchronization package for Flutter using Hive.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, crypto, flutter, hive, hive_flutter, http, json_annotation, logger, path, path_provider, rxdart, sqflite, synchronized, uuid, workmanager

More

Packages that depend on offline_sync_core