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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add syncflow

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

dependencies:
  syncflow: ^0.0.1

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:syncflow/syncflow.dart';
3
likes
120
points
5
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