drift_crdt 1.0.9 copy "drift_crdt: ^1.0.9" to clipboard
drift_crdt: ^1.0.9 copied to clipboard

A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drift_crdt

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

dependencies:
  drift_crdt: ^1.0.9

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:drift_crdt/drift_crdt.dart';
4
likes
130
pub points
48%
popularity

Publisher

verified publisherjanezstupar.com

A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crdt, drift, flutter, json_annotation, json_serializable, path, sqflite, synchroflite

More

Packages that depend on drift_crdt