diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..a7b4051 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,37 @@ +name: ocr +description: A new Flutter project. +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: ^10.4.3 + flutter_tts: ^3.8.2 + + cupertino_icons: ^1.0.2 + +dev_dependencies: + flutter_test: + sdk: flutter + flutter_launcher_icons: ^0.13.1 + + flutter_lints: ^2.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
\ No newline at end of file |