This folder contains the Flutter/Dart implementation for the Android app.
app: Flutter Android applicationcore: Shared pure-Dart domain, repositories, and service layerandroid_services: Android-specific Flutter plugin for foreground service, storage, and media refresh hooks
From the repository root:
npm run mobile:bootstrap
npm run mobile:analyze
npm run mobile:testOr from each package directly:
cd mobile/core && dart pub get
cd mobile/android_services && flutter pub get
cd mobile/app && flutter pub get- The mobile workspace is intentionally isolated from the PNPM workspace.
- Java/JDK and the Android SDK are still required for Android builds and emulator runs.