Skip to content

Commit 0cb68e8

Browse files
author
Persie
committed
added namespace
1 parent 679384c commit 0cb68e8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ rootProject.allprojects {
3232
apply plugin: 'com.android.library'
3333

3434
android {
35-
compileSdkVersion 31
35+
namespace "com.vladih.computer_vision.flutter_vision"
36+
compileSdkVersion 35
3637

3738
compileOptions {
3839
sourceCompatibility JavaVersion.VERSION_1_8

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_vision
22
description: Plugin for managing Yolov5, Yolov8 and Tesseract v5 accessing with TensorFlow Lite 2.x. Support object detection, segmentation and OCR on Android. iOS, Working in progress.
33

4-
version: 1.1.5
4+
version: 1.1.6
55

66
homepage: https://github.com/vladiH/flutter_vision
77

@@ -12,11 +12,11 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
path: ^1.9.0
15+
path: ^1.9.1
1616
path_provider: ^2.1.4
1717

1818
dev_dependencies:
19-
flutter_lints: ^4.0.0
19+
flutter_lints: ^5.0.0
2020
flutter_test:
2121
sdk: flutter
2222
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)