Skip to content

Commit

Permalink
fix pubspect.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vladiH committed Apr 20, 2022
1 parent 3313813 commit 7e75cf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_vision
description: A new flutter plugin project.
description: A Flutter plugin for managing both Yolov5 model and Tesseract v4, accessing with TensorFlow Lite 2.x. Support object detection and OCR on both iOS and Android.
version: 0.0.1
homepage:
homepage: https://github.com/vladiH/flutter_vision

environment:
sdk: ">=2.16.1 <3.0.0"
Expand All @@ -11,6 +11,7 @@ dependencies:
flutter:
sdk: flutter
path_provider: ^2.0.9
path: ^1.8.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 7e75cf3

Please sign in to comment.