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

Migrated to Google MLKit #24

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

Conversation

rjvysakh
Copy link

Description

The Firebase ML Vision has been discontinued and this repo has been migrated to the lates Google MLKit. The whole codebase dependencies have been updated to the latest version.

Dependencies

please note down the dependencies that use in this code change.

For example

  • camera: ^0.9.4+5
  • firebase_core: ^1.10.0
  • camera: ^0.5.8+2
  • firebase_ml_vision: ^0.6.0
  • path_provider: ^1.6.11
  • tflite_flutter: ^0.4.1
  • image: ^2.1.12
  • google_ml_kit: ^0.7.3
  • image: ^3.0.8
  • path_provider: ^2.0.7
  • tflite_flutter: ^0.9.0

Native Dependencies

please note down the native dependencies that use in this code change. Which can have issues with code push

For example
flutter-sdk: ">=2.12.0 <3.0.0"

checklist

  • [ ✓] used convection commits

@kuru0777
Copy link

Creating inputimage and using imglib.getRed() in these package versions
Functions such as are no longer available.
Could you please update?

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
camera: ^0.10.5+7
cupertino_icons: ^1.0.6

firebase_ml_vision: ^0.12.0+3

flutter:
sdk: flutter
google_ml_kit: ^0.16.3
google_mlkit_commons: ^0.6.1
image: ^4.1.3
path_provider: ^2.0.7
tflite_flutter: ^0.10.4

dev_dependencies:
flutter_test:
sdk: flutter

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.

None yet

5 participants