synkora_chat 1.0.0
synkora_chat: ^1.0.0 copied to clipboard
Native Flutter SDK for embedding Synkora AI chat widgets. Drop-in UI + headless API client with local message cache.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add synkora_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
synkora_chat: ^1.0.0Alternatively, 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:synkora_chat/synkora_chat.dart';