diff options
-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 |