chat_bot_llm 0.0.8-prerelease.3 copy "chat_bot_llm: ^0.0.8-prerelease.3" to clipboard
chat_bot_llm: ^0.0.8-prerelease.3 copied to clipboard

A Flutter plugin to integrate ChatBot LLM. This Plugin provides a chat interface to interact with the ChatBot LLM.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chat_bot_llm
copied to clipboard

With Flutter:

 $ flutter pub add chat_bot_llm
copied to clipboard

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

dependencies:
  chat_bot_llm: ^0.0.8-prerelease.3
copied to clipboard

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:chat_bot_llm/chat_bot_llm.dart';
copied to clipboard
5
likes
0
points
130
downloads

Publisher

verified publishercreoit.com

Weekly Downloads

2024.07.06 - 2025.01.18

A Flutter plugin to integrate ChatBot LLM. This Plugin provides a chat interface to interact with the ChatBot LLM.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

circular_buffer, cupertino_icons, fimber, flutter, flutter_tts, fluttertoast, get, get_it, get_storage, http, http_interceptor, json_annotation, lottie, permission_handler, speech_to_text, uuid

More

Packages that depend on chat_bot_llm