kalam_link 0.6.0-rc.1 copy "kalam_link: ^0.6.0-rc.1" to clipboard
kalam_link: ^0.6.0-rc.1 copied to clipboard

KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication

example/README.md

kalam_link examples #

Protocol demos against a running KalamDB. They create sample tables from Dart so you can inspect queries, login, and liveEvents().

New Flutter app? Prefer kalam init --languages dart and kalam_sync. Server install is not part of this SDK — see the server quick start.

# from link/sdks/dart/link
dart run example/simple-events/main.dart
dart run example/chat-app/main.dart

Defaults: http://localhost:2900, user admin / kalamdb123. Override with KALAMDB_URL, KALAMDB_USER, KALAMDB_PASSWORD (local kalam init servers use root / kalamdb123).

1
likes
145
points
316
downloads

Documentation

API reference

Publisher

verified publisherkalamdb.org

Weekly Downloads

KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication

Repository (GitHub)
View/report issues
Contributing

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, freezed_annotation, logger

More

Packages that depend on kalam_link

Packages that implement kalam_link