MoneyQuest is an offline‑first, privacy‑friendly Flutter app that teaches kids about money through interactive lessons and quizzes.
- Learn – Browse lessons backed by local JSON data and earn XP through short quizzes.
- Playground – A space reserved for upcoming money‑themed games.
- Progress – Track experience points across completed lessons.
- Grownups – Guardian settings and accessibility options.
- English and Spanish translations.
- Runs on Android, iOS, web, and desktop platforms.
-
Install the Flutter SDK (version 3.8.1 or later).
-
Fetch dependencies:
flutter pub get
-
Run the app on a connected device or emulator:
flutter run
Execute widget and unit tests with:
flutter testlib/– application source code and featuresassets/– local lesson content and imagestest/– widget tests