uchara_sdk 1.0.2
uchara_sdk: ^1.0.2 copied to clipboard
Official Flutter SDK for the Uchara Chat Platform. Headless customer/visitor SDK for embedding realtime chat into Flutter apps: session init, conversations, messages, file uploads, transcript download [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add uchara_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
uchara_sdk: ^1.0.2Alternatively, 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:uchara_sdk/uchara_sdk.dart';