kalam_sync 0.6.0-rc.1
kalam_sync: ^0.6.0-rc.1 copied to clipboard
Local-first Flutter sync for KalamDB — Drift cache, live SQL, and offline actions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kalam_syncThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kalam_sync: ^0.6.0-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_sync/kalam_sync.dart';