ai_chat_bot_flutter 1.0.0+1
ai_chat_bot_flutter: ^1.0.0+1 copied to clipboard
A customizable Flutter AI chatbot widget with bottom sheet or full page mode, predefined prompts, and theme support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ai_chat_bot_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ai_chat_bot_flutter: ^1.0.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:ai_chat_bot_flutter/ai_chat_bot.dart';
import 'package:ai_chat_bot_flutter/model/chat_message.dart';
import 'package:ai_chat_bot_flutter/services/ai_service.dart';
import 'package:ai_chat_bot_flutter/ui/chat_bot_dialog.dart';
import 'package:ai_chat_bot_flutter/utils/chat_bot_button.dart';
import 'package:ai_chat_bot_flutter/utils/chat_bot_theme.dart';
import 'package:ai_chat_bot_flutter/utils/smart_chat_bot_helper.dart';