0de0d2a5-26d3-45ea-9295-ae6d1edfec79.mp4
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.
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)
- Clone the repository to your local machine:
git clone https://github.com/enoch1118/muse_flutter.git](https://github.com/enoch1118/muse_flutter.git
- Navigate to the project directory:
cd muse_flutter
- 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.
- Run the following commands to install dependencies and generate necessary files:
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
- For iOS users, navigate to the
ios
directory and run:
pod install
-
Connect a physical device or start an emulator/simulator.
-
Run the app with the following command:
flutter run
This project is licensed under the MIT License.