synclayer 0.1.0-alpha.6 copy "synclayer: ^0.1.0-alpha.6" to clipboard
synclayer: ^0.1.0-alpha.6 copied to clipboard

A local-first sync SDK for Flutter with offline support, automatic conflict resolution, and real-time synchronization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add synclayer

With Flutter:

 $ flutter pub add synclayer

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

dependencies:
  synclayer: ^0.1.0-alpha.6

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:synclayer/synclayer.dart';
10
likes
0
points
354
downloads

Publisher

verified publisherhostspica.com

Weekly Downloads

A local-first sync SDK for Flutter with offline support, automatic conflict resolution, and real-time synchronization.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, dio, flutter, isar, isar_flutter_libs, path_provider, uuid

More

Packages that depend on synclayer