Imported from bare git on Zurich
Go to file
Johan Jongsma 90d50aa848 feat(scan): Barcode-first scanning strategy
- Add google_mlkit_barcode_scanning dependency
- Scan priority: Barcode → OCR text → Nothing found
- Support UPC-A/E, EAN-8/13, QR, DataMatrix, PDF417, Code128/39
- BarcodeData class with product code detection and NDC hints
- ScanResult with type indicator (barcode|text|empty)
- Updated capture screen with barcode-specific UI:
  - Green overlay for barcodes, blue for text
  - Product code badge for UPC/EAN barcodes
  - Format-specific result display
- Backward compatible legacy API (extractText, getTextBlocks)
2026-01-31 19:48:38 +00:00
android feat: Add voice input service with speech-to-text 2026-01-31 19:44:11 +00:00
ios feat: Add voice input service with speech-to-text 2026-01-31 19:44:11 +00:00
lib feat(scan): Barcode-first scanning strategy 2026-01-31 19:48:38 +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 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 feat(scan): Barcode-first scanning strategy 2026-01-31 19:48:38 +00:00
pubspec.yaml feat(scan): Barcode-first scanning strategy 2026-01-31 19:48:38 +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.