Skip to content

yusmnn/flutter_chat_google_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Chat with Google AI

A Flutter application that integrates Google AI for chat functionalities.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/yusmnn/flutter_chat_google_ai.git
    cd flutter_chat_google_ai
  2. Install dependencies:

    flutter pub get
  3. Create your API KEY:

    Obtain your API key from the Google AI Gemini API.

  4. Add your API key to the project:

    Create a file named apikey.dart in the lib/const directory and paste your API key as follows:

    const apiKey = 'YOUR_API_KEY';

Running the Application

  1. Run the app:

    flutter run

    Ensure that you have an emulator running or a physical device connected.

ShowCase

Check out a showcase of the application:

record.gemini.ai.mp4

About

Flutter Chat Google AI using Gemini AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published