kalam_link 0.1.3-alpha.4
kalam_link: ^0.1.3-alpha.4 copied to clipboard
KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication powered by flutter_rust_bridge.
Changelog #
All notable changes to the kalam_link package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.3-alpha.4 - 2026-02-26 #
Changed #
- Bumped package version.
- Updated README (documented Alpha status, expanded docs/links).
- Removed broken Flutter plugin platform declaration from
pubspec.yaml. The package did not include platform folders (android/,ios/, etc.), which caused Flutter plugin loader failures in consuming apps.
0.1.1 - 2026-02-26 #
0.1.0 - 2026-02-26 #
Added #
- Initial release of
kalam_link— KalamDB client SDK for Dart and Flutter. - Query execution against KalamDB via HTTP/WebSocket.
- Live query subscriptions powered by
flutter_rust_bridge. - Authentication support (JWT bearer tokens).
- FFI plugin support for Android and iOS via
ffiPlugin.