summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-13 17:42:10 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-13 17:42:10 +0300
commit484797d9b9d1a22fe424a0f16df9f6913f874bef (patch)
treea587166f07f6fe276a0444b2452ac747cd6e9c18
parent14e3807c7c238a2ea1879f79da820be303cfb3ed (diff)
Updated dependencies and assets
Changes to be committed: deleted: assets/yolov8n-seg.tflite modified: pubspec.yaml
-rw-r--r--assets/yolov8n-seg.tflitebin6955465 -> 0 bytes
-rw-r--r--pubspec.yaml4
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/yolov8n-seg.tflite b/assets/yolov8n-seg.tflite
deleted file mode 100644
index 9f089da..0000000
--- a/assets/yolov8n-seg.tflite
+++ /dev/null
Binary files differ
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