cloud_syncable 0.0.2
cloud_syncable: ^0.0.2 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
), andSyncService
for orchestration.
0.0.2 #
- Updated cloud_syncable_code_gen to 0.0.2