Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Create A Customizable Chatbot Easily And Quickly With Flutter

Flutter Gemini Bot

  

Description

flutter_gemini_bot is a package that allows you to easily create a chatbot application in Flutter. It is built on top of the Gemini API.

 

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:

Usage

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

Get the package

flutter pub add flutter_gemini_bot

Use the package

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.

Download source code on GitHub

Exit mobile version
Skip to toolbar