flutter_crdt_sync_kit 0.1.0 copy "flutter_crdt_sync_kit: ^0.1.0" to clipboard
flutter_crdt_sync_kit: ^0.1.0 copied to clipboard

An offline-first, CRDT-based local data layer for Flutter. Write while offline, merge automatically and conflict-free when back online, with pluggable Supabase and REST backend adapters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_crdt_sync_kit

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

dependencies:
  flutter_crdt_sync_kit: ^0.1.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:flutter_crdt_sync_kit/flutter_crdt_sync_kit.dart';
0
likes
140
points
84
downloads

Documentation

API reference

Publisher

verified publisherehsanur.com

Weekly Downloads

An offline-first, CRDT-based local data layer for Flutter. Write while offline, merge automatically and conflict-free when back online, with pluggable Supabase and REST backend adapters.

Repository (GitHub)
View/report issues

Topics

#offline-first #crdt #sync #database #supabase

License

MIT (license)

Dependencies

collection, connectivity_plus, cryptography, drift, flutter, http, meta, path, path_provider, sqlite3, sqlite3_flutter_libs, supabase, uuid

More

Packages that depend on flutter_crdt_sync_kit