flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
991 stars 747 forks source link

GoogleDataTransport version update request #675

Closed Ko-Dean closed 2 months ago

Ko-Dean commented 2 months ago
  1. flutter pub add google_mlkit_face_detection
  2. ios pod update

[!] CocoaPods could not find compatible versions for pod "GoogleDataTransport": In snapshot (Podfile.lock): GoogleDataTransport (= 10.1.0, ~> 10.0)

In Podfile: firebase_crashlytics (from .symlinks/plugins/firebase_crashlytics/ios) was resolved to 4.1.1, which depends on Firebase/Crashlytics (= 11.0.0) was resolved to 11.0.0, which depends on FirebaseCrashlytics (~> 11.0.0) was resolved to 11.0.0, which depends on GoogleDataTransport (~> 10.0)

google_mlkit_face_detection (from `.symlinks/plugins/google_mlkit_face_detection/ios`) was resolved to 0.11.0, which depends on
  GoogleMLKit/FaceDetection (~> 6.0.0) was resolved to 6.0.0, which depends on
    GoogleMLKit/MLKitCore (= 6.0.0) was resolved to 6.0.0, which depends on
      MLKitCommon (~> 11.0.0) was resolved to 11.0.0, which depends on
        GoogleDataTransport (< 10.0, >= 9.4.1)

You have either:

Please update to the latest version.

gonciuu commented 2 months ago

Bump

ueman commented 2 months ago

Apparently, the last ML Kit release for iOS was in April. There are no updates since then. See https://developers.google.com/ml-kit/release-notes. So no easy fix as of now.

That's a bummer because we're also running into that issue

simeonangelov94 commented 2 months ago

Apparently, the last ML Kit release for iOS was in April. There are no updates since then. See https://developers.google.com/ml-kit/release-notes. So no easy fix as of now.

That's a bummer because we're also running into that issue

Hello,

Do you have any recommendations or the best approach is just to wait for ML Kit new release?

Thanks

simeonangelov94 commented 2 months ago

Apparently, the last ML Kit release for iOS was in April. There are no updates since then. See https://developers.google.com/ml-kit/release-notes. So no easy fix as of now.

That's a bummer because we're also running into that issue

Hello,

Do you have any recommendations or the best approach is just to wait for ML Kit new release?

Thanks

Ko-Dean commented 2 months ago

@simeonangelov94 I'm temporarily using gemini to upload an image and write a prompt to receive the results.

bensonarafat commented 2 months ago

Apparently, the last ML Kit release for iOS was in April. There are no updates since then. See https://developers.google.com/ml-kit/release-notes. So no easy fix as of now.

That's a bummer because we're also running into that issue

This is a duplicate issue #669 and I commented already that no update for iOS #comment

I have to close this too.

@ueman thanks for the comment