offline_sync_core 0.1.6
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_coreThis 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.6Alternatively, 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';