https://github.com/radenadri/gemini-chat
Chat with Gemini using Flutter + Riverpod ⚡️
https://github.com/radenadri/gemini-chat
ai android cross-platform dart flutter flutter-gemini gemini gemini-api ios riverpod
Last synced: over 1 year ago
JSON representation
Chat with Gemini using Flutter + Riverpod ⚡️
- Host: GitHub
- URL: https://github.com/radenadri/gemini-chat
- Owner: radenadri
- Created: 2024-08-28T03:30:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T03:33:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:22:48.208Z (over 1 year ago)
- Topics: ai, android, cross-platform, dart, flutter, flutter-gemini, gemini, gemini-api, ios, riverpod
- Language: Dart
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini Chat
A flutter app that showing the usage of `flutter_gemini`, built with Riverpod.
## Demo Apps
https://github.com/user-attachments/assets/0fe84872-e47c-4673-8904-02e9f56dec80
## Notes
While you developing, make sure you run :
1. Head to the [Google AI](https://ai.google.dev/) and get the API key.
2. Copy the .env.example to .env and paste the key to `GEMINI_AI_TOKEN`
3. Run `dart run build_runner watch` in terminal to automatically build the freezed class from model.
4. Run the app