diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-13 17:42:10 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-13 17:42:10 +0300 |
commit | 484797d9b9d1a22fe424a0f16df9f6913f874bef (patch) | |
tree | a587166f07f6fe276a0444b2452ac747cd6e9c18 | |
parent | 14e3807c7c238a2ea1879f79da820be303cfb3ed (diff) |
Updated dependencies and assets
Changes to be committed:
deleted: assets/yolov8n-seg.tflite
modified: pubspec.yaml
-rw-r--r-- | assets/yolov8n-seg.tflite | bin | 6955465 -> 0 bytes | |||
-rw-r--r-- | pubspec.yaml | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/yolov8n-seg.tflite b/assets/yolov8n-seg.tflite Binary files differdeleted file mode 100644 index 9f089da..0000000 --- a/assets/yolov8n-seg.tflite +++ /dev/null diff --git a/pubspec.yaml b/pubspec.yaml index c54a83e..5d84044 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,8 +11,8 @@ dependencies: sdk: flutter camera: ^0.10.5 - image_picker: ^1.0.4 - flutter_speed_dial: ^7.0.0 +# 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 |