diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-05 23:31:13 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-05 23:31:13 +0300 |
commit | 6f176a8545278424add9167ad616dc2f2037c2cb (patch) | |
tree | 2ef8d83cfeb8e9832cbe4de528a44ba519211b6f | |
parent | b347c82c70bd02dbf4a204119a1bddb8253817db (diff) |
Pickup from previous state.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | pubspec.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # yolo -NOT WORKING - will try at some point with the tflite-flutter package. +WORKING. Got Flutter-Vision to work with it. A new Flutter project. diff --git a/pubspec.yaml b/pubspec.yaml index f56c124..93cc2eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,4 +43,4 @@ flutter_icons: flutter: assets: - assets/ - uses-material-design: true
\ No newline at end of file + uses-material-design: true |