voximplant_kit_chat 1.0.0
voximplant_kit_chat: ^1.0.0 copied to clipboard
The Voximplant Kit Chat SDK allows you to add in-app messaging to your Flutter application with a ready-to-use user experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voximplant_kit_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voximplant_kit_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:voximplant_kit_chat/voximplant_kit_chat.dart';