PocketBase client cached with Drift.
- Full Text Search
- Offline first
- Partial updates
- CRUD support
- SQLite storage
- All platforms supported
- Example app
- Tests
Replace a pocketbase client with a drift client.
- import 'package:pocketbase/pocketbase.dart';
+ import 'package:pocketbase_drift/pocketbase_drift.dart';
- final client = PocketBase(
+ final client = PocketBaseDrift(
'http://127.0.0.1:8090'
);
For web, you need to follow the instructions for Drift to copy the sqlite wasm binary into the web/
directory.