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

Platformweb

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

With Flutter:

 $ flutter 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.5

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:synchroflite/synchroflite.dart';
3
likes
130
points
164
downloads

Publisher

verified publisherjanezstupar.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (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