An open API service indexing awesome lists of open source software.

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 ⚡️

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