inteliz_chatbot 0.1.0
inteliz_chatbot: ^0.1.0 copied to clipboard
Drop-in Flutter chatbot widget for Inteliz Labs agents: a floating launcher that expands into a full chat panel with streaming replies, lead-capture forms, guided pipelines, multi-language support and [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add inteliz_chatbotThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
inteliz_chatbot: ^0.1.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:inteliz_chatbot/inteliz_chatbot.dart';