bijak-belajar

Bijak Belajar

Bijak Belajar is a free Flutter learning app for kids ages 3 to 7. It helps children explore real objects, match memory cards, and sort numbers or letters with playful train activities.

MVP

Gamification

State is held in a single ProgressService (a Riverpod-provided ChangeNotifier) and persisted locally with shared_preferences. See docs/ARCHITECTURE.md.

Development

flutter pub get
flutter analyze
flutter test
flutter build apk --debug

The debug APK is written to build/app/outputs/flutter-apk/app-debug.apk.

For release builds and store submission, see docs/DEPLOYMENT.md. Architecture and design decisions are in docs/ARCHITECTURE.md.