iOS was missing NSFaceIDUsageDescription — Face ID prompts will crash without it (required by Apple since iOS 11). Added with user-facing reason string scoped to health data privacy. Android was missing USE_BIOMETRIC and USE_FINGERPRINT permissions — biometric_local_auth plugin requires both for API 28+/legacy compat. The Flutter implementation was already complete: - BiometricService (services/biometric_service.dart) - AuthGate lock screen (core/auth_gate.dart) - Settings toggle with policy control (features/settings/) - Wired into main.dart These permission declarations were the only missing pieces blocking Face ID / fingerprint from working on device. |
||
|---|---|---|
| android | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| run.sh | ||
README.md
inou_mobile
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.