chatbot_support_kit 1.0.1
chatbot_support_kit: ^1.0.1 copied to clipboard
A customizable floating chatbot widget for Flutter apps. Drop-in chat UI with AI integration, WebSocket support, and beautiful animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chatbot_support_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chatbot_support_kit: ^1.0.1Alternatively, 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:chatbot_support_kit/chatbot_support_kit.dart';