Imported from bare git on Zurich
Go to file
Johan Jongsma 62e39ab736 Initial inou mobile app setup
- Flutter project created with org com.inou
- Folder structure: core, features (input, webview, settings), services
- Dependencies: webview_flutter, camera, google_mlkit_text_recognition,
  speech_to_text, local_auth, permission_handler
- Basic app scaffold with bottom navigation (Home, Input, Settings)
- Android minSdk set to 24
- iOS deployment target set to 14.0
- Core: config, theme (dark mode), auth service
- Services: OCR, voice, biometrics (placeholder implementations)
- Features: WebView to inou.com/app, fancy input screen, settings
2026-01-31 19:39:33 +00:00
android Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
ios Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
lib Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
linux Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
macos Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
test Initial inou mobile app setup 2026-01-31 19:39:33 +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 Initial inou mobile app setup 2026-01-31 19:39:33 +00:00
pubspec.yaml Initial inou mobile app setup 2026-01-31 19:39:33 +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.