locorda 0.5.2
locorda: ^0.5.2 copied to clipboard
Bring Your Own Backend (BYOB) offline-first sync for Flutter. Sync to your users' own Google Drive or other cloud/file storage — no server required. Annotate, generate, sync.
0.5.2 #
- REFACTOR(core): moved note_index_entry_regression_test to personal_notes_app to fix broken dev dependency. (de742814)
- FEAT: update GDrive integration to use visible folder mode for easier file inspection. (1e809e5d)
- DOCS(locorda): add example/README.md for pub.dev example tab recognition. (f628d407)
- DOCS: reposition packages as BYOB offline-first sync. (9a03fd0a)
0.5.1 #
0.5.0 #
- Initial public release
- Top-level facade package: re-exports
Locorda,ObjectSyncEngine,LocordaConfig,ResourceConfigand storage layouts (FilePerResource,ShardDataset,SingleFile) from sub-packages - Re-exports UI widgets
MultiBackendStatusWidgetandSyncRefreshIndicator - Re-exports Drift storage handlers and worker entry points
- Re-exports all CRDT annotations (
@RootResource,@CrdtLwwRegister,@CrdtImmutable,@CrdtOrSet) - Includes Personal Notes App and minimal task-sync example applications