cloud_syncable 0.0.1 copy "cloud_syncable: ^0.0.1" to clipboard
cloud_syncable: ^0.0.1 copied to clipboard

A Flutter package providing a framework for CRDT-based data synchronization between local SQLite and remote Firestore databases.

0.0.1 #

  • Initial release of the cloud_syncable package.
  • Provides core framework for CRDT-based data synchronization between local SQLite and remote Firestore.
  • Includes CloudSyncable base class, repository interfaces (LocalRepository, RemoteRepository), base implementations (SqliteLocalRepository, FirestoreRemoteRepository), and SyncService for orchestration.
1
likes
0
points
97
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a framework for CRDT-based data synchronization between local SQLite and remote Firestore databases.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, bloc_concurrency, cloud_firestore, equatable, firebase_auth, firebase_core, firebase_storage, flutter, flutter_bloc, json_annotation, logger, path, path_provider, sqflite, uuid

More

Packages that depend on cloud_syncable