syncitron 0.5.1 copy "syncitron: ^0.5.1" to clipboard
syncitron: ^0.5.1 copied to clipboard

Enterprise-grade local-first synchronization framework for Flutter. syncitron is a production-ready, pluggable sync engine that seamlessly bridges local SQLite databases with remote backends (Supabas [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add syncitron

With Flutter:

 $ flutter pub add syncitron

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

dependencies:
  syncitron: ^0.5.1

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:syncitron/syncitron.dart';
1
likes
0
points
210
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade local-first synchronization framework for Flutter. syncitron is a production-ready, pluggable sync engine that seamlessly bridges local SQLite databases with remote backends (Supabase, REST APIs, etc.). It handles offline-first data synchronization, conflict resolution, incremental syncing, and comprehensive error recovery out of the box. Perfect for building offline-capable enterprise applications with automatic sync, conflict resolution strategies, and advanced monitoring.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on syncitron