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

Offline-first Flutter package. Queues GET/POST/PUT/DELETE requests locally using sqflite and auto-syncs when internet returns. App never freezes. Data never lost. No manual retry needed.

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

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
130
points
104
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline-first Flutter package. Queues GET/POST/PUT/DELETE requests locally using sqflite and auto-syncs when internet returns. App never freezes. Data never lost. No manual retry needed.

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