offline_first_sync_drift_rest 0.1.1 copy "offline_first_sync_drift_rest: ^0.1.1" to clipboard
offline_first_sync_drift_rest: ^0.1.1 copied to clipboard

REST transport adapter for offline_first_sync_drift. Implements TransportAdapter with retry, parallel push, and conflict detection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add offline_first_sync_drift_rest

With Flutter:

 $ flutter pub add offline_first_sync_drift_rest

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

dependencies:
  offline_first_sync_drift_rest: ^0.1.1

Alternatively, your editor might support dart pub get or 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_first_sync_drift_rest/offline_first_sync_drift_rest.dart';
0
likes
160
points
--
downloads

Publisher

unverified uploader

REST transport adapter for offline_first_sync_drift. Implements TransportAdapter with retry, parallel push, and conflict detection.

Repository (GitHub)
View/report issues

Topics

#drift #offline-first #rest #http #sync

Documentation

API reference

License

MIT (license)

Dependencies

http, offline_first_sync_drift

More

Packages that depend on offline_first_sync_drift_rest