diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-30 14:21:01 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-30 14:21:01 +0300 |
commit | c2aaf2e6e7e70f21f590fbd87320c75dac8aad8f (patch) | |
tree | 862a6a7704b7c0818c9ed03bf218763a8cd18416 /pubspec.yaml | |
parent | b0e746c705f84d8680b5f74d0fcfb86e94250426 (diff) |
new pipeline
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 49e2170..f56c124 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,13 +11,15 @@ dependencies: sdk: flutter camera: ^0.10.5 - flutter_tflite: ^1.0.1 + image_picker: ^1.0.4 + flutter_speed_dial: ^7.0.0 +# 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 +# google_mlkit_object_detection: ^0.10.0 # flutter_sound: ^9.2.13 # google_ml_kit: ^0.16.2 |