flutter_gemini_bot 0.0.2 copy "flutter_gemini_bot: ^0.0.2" to clipboard
flutter_gemini_bot: ^0.0.2 copied to clipboard

outdated

create a customizable chatbot easily and quickly with flutter

Flutter Gemini Bot #

License

Description #

flutter_gemini_bot is a package that allows you to easily create a chat bot application in Flutter.

Table of Contents #

Features #

This package provides a FlutterGeminiChat widget that you can use to create a chat bot interface in your Flutter application.

Getting Started #

To use this package, you will need:

  • A list of ChatModel objects representing the chat messages or sessions
  • An API key for authenticating with the chat bot service

Usage #

Here is an example of how to use the FlutterGeminiChat widget:

List<ChatModel> chatList = []; // Your list of ChatModel objects
String apiKey = 'your_api_key'; // Your API key

FlutterGeminiChat(
  chatContext: 'example_context',
  chatList: chatList,

  apiKey: apiKey,
)

Contributing #

This project is open source and we welcome contributions. Please feel free to submit a pull request or open an issue.

License #

This project is licensed under the MIT License.

11
likes
0
points
44
downloads

Publisher

verified publisherdevpea.com

Weekly Downloads

create a customizable chatbot easily and quickly with flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on flutter_gemini_bot