isar_sync 0.1.0-dev.3 copy "isar_sync: ^0.1.0-dev.3" to clipboard
isar_sync: ^0.1.0-dev.3 copied to clipboard

Offline-first, event-sourced sync for Isar apps: capture local changes and converge them across devices through pluggable cloud adapters (Drive, iCloud).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isar_sync

With Flutter:

 $ flutter pub add isar_sync

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

dependencies:
  isar_sync: ^0.1.0-dev.3

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:isar_sync/isar_sync.dart';
0
likes
160
points
12
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Offline-first, event-sourced sync for Isar apps: capture local changes and converge them across devices through pluggable cloud adapters (Drive, iCloud).

Repository (GitHub)
View/report issues
Contributing

Topics

#isar #flutter #sync #offline-first #drive

License

MIT (license)

Dependencies

googleapis, http, meta, path

More

Packages that depend on isar_sync