Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated dependencies and fixed some errors on methods #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

nicolantean
Copy link

No description provided.

.pubignore Outdated Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -1,3 +1,7 @@
# [0.4.1] - Moved to tflite flutter processor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we use 0.4.0?

version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's too old, we may want to update it.

@@ -1,8 +1,8 @@
group 'com.tfliteflutter.tflite_flutter_helper'
group 'io.chaosdev.tflite_flutter_processing'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can change it

@@ -26,7 +26,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
tflite_flutter_helper:
tflite_flutter_processing:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to change the name? Maybe we want, but it's a question

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.1.2" apply false
// id "org.jetbrains.kotlin.android" version "{kotlinVersion}" apply false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// id "org.jetbrains.kotlin.android" version "{kotlinVersion}" apply false

}

include ":app"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
include ":app"
include ":app"

pubspec.yaml Outdated
version: 0.3.0
homepage: https://www.github.com/am15h/tflite_flutter_helper
version: 0.4.1
homepage: https://www.github.com/lucasoskorep/tflite_flutter_processing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change it

pubspec.yaml Outdated

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
sdk: '>=2.18.0 <4.0.0'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use "

quiver: ^3.2.1
path_provider: ^2.1.3
tflite_flutter: ^0.10.4
tuple: ^2.0.2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need?

tuple: ^2.0.2
camera: ^0.11.0+1
ffi: ^2.1.2
image: ^4.2.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we want to release, it should be multiple packages. One for image processor and other for other stuff

@mirland
Copy link

mirland commented Jul 8, 2024

Check the tests before merge it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants