reve_chat_sdk 1.0.2
reve_chat_sdk: ^1.0.2 copied to clipboard
ReveChat SDK for chat bot support can be added for android and ios platforms
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reve_chat_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
reve_chat_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:reve_chat_sdk/reve_chat_sdk.dart';