syncflow 0.0.1 copy "syncflow: ^0.0.1" to clipboard
syncflow: ^0.0.1 copied to clipboard

Offline Sync + API Retry + Cache Manager for Flutter

SyncFlow #

Offline Sync + API Retry + Cache Manager for Flutter.

Features #

✅ Offline Request Queue ✅ Auto Retry ✅ Cache Manager ✅ Connectivity Tracking ✅ Auto Sync

Installation #

dependencies: syncflow: ^1.0.0

Usage #

await SyncManager.initialize();

await SyncManager.request( method: 'POST', url: 'https://api.example.com/users', );

License #

MIT

3
likes
120
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline Sync + API Retry + Cache Manager for Flutter

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, hive, hive_flutter, retry, uuid

More

Packages that depend on syncflow