My first Flutter project - A simple Personality Test app to learn and explore Flutter.
This app provides a short personality test to assess basic traits. Upon completion, it uses the Gemini API to generate a natural language summary of the results.
Try it out at https://personality-kuka.web.app/
- 50 question personality test
- Gemini API integration to generate personalized assessment summary
- Clean UI built with Flutter
- Generate an API key from https://ai.google.dev/
- Open lib/res.dart and update the
url
variable with your own key - Run
flutter run
to start the app
- Better UI
- More robust test with additional questions
- Save and compare results over time
- Integrate additional APIs for deeper analysis
Unlicense
Inspired by William Passmore