Imported from bare git on Zurich
Go to file
Johan Jongsma dd7a998661 fix: add missing native permissions for biometric auth
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.
2026-03-23 12:23:42 -04:00
android fix: add missing native permissions for biometric auth 2026-03-23 12:23:42 -04:00
ios fix: add missing native permissions for biometric auth 2026-03-23 12:23:42 -04:00
lib Fix API endpoints to match inou backend 2026-02-01 21:11:56 +00:00
linux Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
macos feat: Add voice input service with speech-to-text 2026-01-31 19:44:11 +00:00
test Fix: resolve dependency conflicts and align OcrResult API 2026-01-31 19:49:39 +00:00
web Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
windows Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
.gitignore Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
.metadata Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
README.md Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
analysis_options.yaml Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
pubspec.lock feat(scan): Barcode-first scanning strategy 2026-01-31 19:48:38 +00:00
pubspec.yaml Connect to inou backend API, use Sora font 2026-02-01 09:10:12 +00:00
run.sh Add run.sh script for easy dev workflow 2026-01-31 19:47:18 +00:00

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.