44 lines
669 B
YAML
44 lines
669 B
YAML
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
|
|
|
|
# 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
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|