cloud_syncable 0.0.4 copy "cloud_syncable: ^0.0.4" to clipboard
cloud_syncable: ^0.0.4 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.

0.0.2 #

  • Updated cloud_syncable_code_gen to 0.0.2

0.0.3 #

  • Updated cloud_syncable_code_gen to 0.0.3
  • Updated SqliteLocalRepository to use the database directly instead of the databaseHelper.

0.0.4 #

  • Fixed the issue with the files not being downloaded correctly.
1
likes
140
points
90
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)

Documentation

API reference

License

MIT (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