diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-28 19:02:06 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-28 19:02:06 +0300 |
commit | 7606ef1d9872ca0466e57779aeaf0ce690cac69b (patch) | |
tree | 65c985972734ed2bb146abd578eaf8ced3c2eb1e /pubspec.yaml | |
parent | 549a51b021217a25426625a962ede562bb069191 (diff) |
Getting basic functionalities over from the OCR app like the camera.
Changes to be committed:
modified: lib/main.dart
new file: lib/result_screen.dart
modified: pubspec.lock
modified: pubspec.yaml
modified: test/widget_test.dart
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 65a1cdc..9dc7251 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,12 @@ dependencies: permission_handler: ^10.4.3 flutter_tts: ^3.8.2 + google_mlkit_text_recognition: ^0.10.0 + google_mlkit_object_detection: ^0.10.0 + + flutter_sound: ^9.2.13 + google_ml_kit: ^0.16.2 + cupertino_icons: ^1.0.2 dev_dependencies: |