locorda_solid_core 0.5.0
locorda_solid_core: ^0.5.0 copied to clipboard
Locorda Solid - Solid Pod backend implementation for locorda CRDT synchronization
locorda_solid_core #
Shared types and backend implementation for Solid Pod synchronisation — used internally by locorda_solid.
Most applications should depend on
locorda_solidrather than this package directly. Addlocorda_solid_coreonly when building a custom integration that needs the Solid backend types without the fulllocorda_solidsetup.
What it contains #
| Type | Purpose |
|---|---|
SolidBackend |
Core Solid Pod backend; handles HTTP reads/writes, ETag-based conflict detection |
SolidAuthProvider |
Auth interface bridging the sync engine to locorda_solid_auth |
SolidConfig |
Configuration for the Solid backend (Pod base URL, storage prefix, etc.) |
Dependency #
flutter pub add locorda_solid_core
Further reading #
- locorda_solid — recommended entry point for Solid Pod sync
- locorda — getting started guide