A flutter app that showing the usage of flutter_gemini
, built with Riverpod.
Demo-Compressed.mp4
While you developing, make sure you run :
- Head to the Google AI and get the API key.
- Copy the .env.example to .env and paste the key to
GEMINI_AI_TOKEN
- Run
dart run build_runner watch
in terminal to automatically build the freezed class from model. - Run the app