blob: b1a3789facc97ddd5826063f76d68a158b9c10ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
name: ocr
description: My Flutter Application for Optical Character Recognition.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
camera: ^0.10.5
google_mlkit_text_recognition: ^0.10.0
permission_handler: ^11.0.1
flutter_tts: ^3.8.2
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
flutter_icons:
image_path: "assets/MegaViewLogo.png"
adaptive_icon_foreground: "assets/MegaViewLogo.png"
adaptive_icon_background: "#000000"
android: true
ios: true
flutter:
assets:
- assets/
uses-material-design: true
|