syncraft 1.0.1 copy "syncraft: ^1.0.1" to clipboard
syncraft: ^1.0.1 copied to clipboard

Offline-first API request queue for Flutter with automatic background sync and retry support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add syncraft

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

dependencies:
  syncraft: ^1.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:syncraft/syncraft.dart';
2
likes
160
points
102
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline-first API request queue for Flutter with automatic background sync and retry support.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

connectivity_plus, crypto, flutter, http, path, shared_preferences, sqflite, uuid

More

Packages that depend on syncraft