kalam_link 0.5.2-rc.1
kalam_link: ^0.5.2-rc.1 copied to clipboard
KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kalam_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kalam_link: ^0.5.2-rc.1Alternatively, your editor might support 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';