synclayer 1.7.0 copy "synclayer: ^1.7.0" to clipboard
synclayer: ^1.7.0 copied to clipboard

Local-first sync engine for Flutter with offline support, delta sync, encryption, custom conflict resolvers, and real-time synchronization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add synclayer

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

dependencies:
  synclayer: ^1.7.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:synclayer/synclayer.dart';
11
likes
150
points
1.01k
downloads

Publisher

verified publisherhostspica.com

Weekly Downloads

Local-first sync engine for Flutter with offline support, delta sync, encryption, custom conflict resolvers, and real-time synchronization.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

appwrite, cloud_firestore, connectivity_plus, crypto, dio, encrypt, flutter, isar, isar_flutter_libs, mongo_dart, mysql1, path_provider, postgres, redis, sqflite, supabase_flutter, uuid, web_socket_channel

More

Packages that depend on synclayer