FourGemini

This repository shows how to create a flutter chat application with Gemini AI

Installation

Follow these steps to install the application:

1 Clone the repository

  https://github.com/rifquramandhita/FourGemini-Flutter.git

2 Setup Gemini API key in lib/core/constant/constant.dart

  const String GEMINI_API_KEY = '';

3 Run project