You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README for IsolateSyncEngine API and bump version to 0.1.6
- Add Quick Start example for IsolateSyncEngine with engineFactory pattern
- Add IsolateSyncEngine section to API reference with usage note
- Renumber Quick Start steps (logout is now step 7)
- Update installation version to ^0.1.6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|`syncAllInBackground()`| Constructs a fresh engine via `engineFactory` inside a background isolate and runs `syncAll()`|
217
+
218
+
> **Note:** Dart isolates cannot share live database connections. The `engineFactory` is called inside the isolate, so pass a function that creates new store instances (e.g. `DriftLocalStore(AppDatabase())`), not pre-existing ones.
219
+
190
220
### Store interfaces
191
221
192
222
Implement these to plug in your database and backend:
0 commit comments