uchara_sdk 1.0.2 copy "uchara_sdk: ^1.0.2" to clipboard
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_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  uchara_sdk: ^1.0.2

Alternatively, 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';
0
likes
140
points
102
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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, and a resilient WebSocket client.

Repository (GitHub)
View/report issues

Topics

#chat #messaging #customer-support #realtime #websocket

License

MIT (license)

Dependencies

flutter, http, http_parser, web_socket_channel

More

Packages that depend on uchara_sdk