synclayer 1.3.2 copy "synclayer: ^1.3.2" to clipboard
synclayer: ^1.3.2 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.3.2

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';
10
likes
160
points
442
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, path_provider, supabase_flutter, uuid

More

Packages that depend on synclayer