Skip to content

A Flutter application that clones the functionality of the Google Gemini app, providing a user interface to interact with the Gemini API.

Notifications You must be signed in to change notification settings

enoch1118/muse_flutter

Repository files navigation

0de0d2a5-26d3-45ea-9295-ae6d1edfec79.mp4

Google Gemini Flutter App

This is a Flutter application that clones the functionality of the Google Gemini app. It allows users to interact with the Gemini API and perform various operations.

Prerequisites

Before running this application, you'll need to have the following installed:

  • Flutter SDK
  • Android Studio or Xcode (for running on emulators or physical devices)

Setup

  1. Clone the repository to your local machine:
git clone https://github.com/enoch1118/muse_flutter.git](https://github.com/enoch1118/muse_flutter.git
  1. Navigate to the project directory:
cd muse_flutter
  1. Create a .env file in the project root directory and add your Gemini API key:
GEMINI_API_KEY=your_api_key_here

Replace your_api_key_here with your actual Gemini API key.

  1. Run the following commands to install dependencies and generate necessary files:
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
  1. For iOS users, navigate to the ios directory and run:
pod install

Running the App

  1. Connect a physical device or start an emulator/simulator.

  2. Run the app with the following command:

flutter run

License

This project is licensed under the MIT License.

About

A Flutter application that clones the functionality of the Google Gemini app, providing a user interface to interact with the Gemini API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages