ai_chat_bot_flutter 0.0.1 copy "ai_chat_bot_flutter: ^0.0.1" to clipboard
ai_chat_bot_flutter: ^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_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ai_chat_bot_flutter: ^0.0.1

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: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';
5
likes
140
points
5
downloads

Documentation

API reference

Publisher

verified publishertaufique.bd

Weekly Downloads

A customizable Flutter AI chatbot widget with bottom sheet or full page mode, predefined prompts, and theme support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ai_chat_bot_flutter