localpocket 0.2.0
localpocket: ^0.2.0 copied to clipboard
Local-first SQLite database for Dart and Flutter with offline-first storage and eventually-consistent PocketBase synchronization.
0.2.0 #
- major refactors, prepearing for release
0.1.1 #
- Using sqlite3 instead of sqflite
- Added dedicated-worker web support with OPFS/IndexedDB storage, compiled query plans, browser smoke coverage, FTS5, files, field encryption, and conflicts bridges.
- Added unified release validation through
tool/release.dart. - Documented current web limits: TRUNCATE journaling, SQLCipher exclusion,
single-tab sync, unsupported dedicated-worker
:memory:mode, and the distinction between Playwright WebKit and real Safari.
0.1.0 #
- Initial release of localpocket.