kalam_link 0.1.1
kalam_link: ^0.1.1 copied to clipboard
KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication powered by flutter_rust_bridge.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kalam_linkWith Flutter:
$ flutter pub add kalam_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kalam_link: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kalam_link/kalam_link.dart';