Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.44 KB

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