name: inou_mobile description: "inou mobile app - AI-powered input and web interface" publish_to: 'none' version: 1.0.0+1 environment: sdk: ^3.5.4 dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.8 # WebView webview_flutter: ^4.10.0 # Camera camera: ^0.11.0+2 # OCR (ML Kit Text Recognition) google_mlkit_text_recognition: ^0.14.0 # Barcode Scanning (ML Kit) google_mlkit_barcode_scanning: ^0.13.0 # Speech to Text speech_to_text: ^7.0.0 # Biometrics local_auth: ^2.3.0 # Permissions permission_handler: ^11.3.1 # Storage shared_preferences: ^2.3.3 # Google Fonts google_fonts: ^6.2.1 # HTTP client http: ^1.2.0 dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^4.0.0 flutter: uses-material-design: true