diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-29 22:56:47 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-29 22:56:47 +0300 |
commit | b0e746c705f84d8680b5f74d0fcfb86e94250426 (patch) | |
tree | 0e84c67432f1891baf12dc86f902e55f1d1f0bc3 | |
parent | 912ecb27f3e6797bf5c0d695f0b29e3c0654c039 (diff) |
packages
-rw-r--r-- | pubspec.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 9dc7251..49e2170 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,14 +12,15 @@ dependencies: camera: ^0.10.5 flutter_tflite: ^1.0.1 + flutter_vision: ^1.1.4 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 +# flutter_sound: ^9.2.13 +# google_ml_kit: ^0.16.2 cupertino_icons: ^1.0.2 |