aquabase
Flutter SDK for Aquabase — encrypted real-time database with offline sync, tags, and binary transport.
0.7.0
icedigitaldev/Aquabase
What this package is like to depend on
Last release 5 months ago
21 Mar 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 3 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Mar 2026Releases
latest 4-
0.7.021 Mar 2026Release notes
Open source →- Range queries now merge local pending + synced data (offline-first).
- Query cache for
_queryRange(same pattern as_queryeq). - Offline fallback:
_queryand_queryRangegracefully degrade withtry/catch. _syncedRemotereads from local cache only (no server calls in merge).
-
0.6.619 Mar 2026Release notes
Open source →queryWithData→query: API estandarizada, devuelve IDs + data.query()auto-registra campos como indexes.- Eliminado
querysolo-IDs (redundante). - Removida sección Install del README.
-
0.6.517 Mar 2026Nothing published for this version
-
0.5.516 Mar 2026Release notes
Open source →- Unified
watch()API: pass aStringfor single-doc orMap<String, String>for tag queries. - Real-time query support via
watch({'field': 'value'}). - Local-only collections with taint byte isolation.
- Query cache with automatic invalidation on sync events.
- All comments translated to English.
- Full code cleanup for release.
- Unified