chatbot_ui 0.0.1 copy "chatbot_ui: ^0.0.1" to clipboard
chatbot_ui: ^0.0.1 copied to clipboard

A customizable Flutter chat UI package with easy integration for local or API-based AI chatbots.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chatbot_ui

With Flutter:

 $ flutter pub add chatbot_ui

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

dependencies:
  chatbot_ui: ^0.0.1

Alternatively, your editor might support dart pub get or 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_ui/chatbot_ui.dart';
1
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter chat UI package with easy integration for local or API-based AI chatbots.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, intl, provider

More

Packages that depend on chatbot_ui