cloud_syncable 0.0.4
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_syncablepackage. - Provides core framework for CRDT-based data synchronization between local SQLite and remote Firestore.
- Includes
CloudSyncablebase class, repository interfaces (LocalRepository,RemoteRepository), base implementations (SqliteLocalRepository,FirestoreRemoteRepository), andSyncServicefor 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.