Skip to content

radenadri/Gemini-Chat

Repository files navigation

Gemini Chat

A flutter app that showing the usage of flutter_gemini, built with Riverpod.

Demo Apps

Demo-Compressed.mp4

Notes

While you developing, make sure you run :

  1. Head to the Google AI 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