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

A robust, production-ready Flutter package for offline-first caching and synchronization. Features smart TTL cache, offline sync queue with auto-retry, optimistic UI updates, periodic background sync, [...]

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.6

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
140
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust, production-ready Flutter package for offline-first caching and synchronization. Features smart TTL cache, offline sync queue with auto-retry, optimistic UI updates, periodic background sync, SQLite & Hive adapters, and a built-in visual debug inspector.

Homepage
Repository (GitHub)
View/report issues

Topics

#offline #cache #sync #hive #networking

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