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

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add synchroflite

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

dependencies:
  synchroflite: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:synchroflite/synchroflite.dart';
3
likes
0
points
42
downloads

Publisher

verified publisherjanezstupar.com

Weekly Downloads

Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, json_annotation, source_span, sqflite_common, sqflite_common_ffi, sqflite_common_ffi_web, sql_crdt, sqlparser

More

Packages that depend on synchroflite