kipps_chatbot 1.2.0
kipps_chatbot: ^1.2.0 copied to clipboard
kipps_chatbot is a Flutter package that simplifies the integration of KIPPs AI chatbot into your applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kipps_chatbot
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kipps_chatbot: ^1.2.0
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:kipps_chatbot/kipps_chatbot.dart';