cloud_syncable 0.0.1
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
), andSyncService
for orchestration.