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

QR Code not scanning #6098

Closed
sooraj-beebakhy opened this issue May 10, 2021 · 1 comment
Closed

QR Code not scanning #6098

sooraj-beebakhy opened this issue May 10, 2021 · 1 comment

Comments

@sooraj-beebakhy
Copy link

Hello, am using flutter to scan a QR code.

The following plugin is integrated in the App:
https://pub.dev/packages/flutter_camera_ml_vision
https://pub.dev/packages/firebase_ml_vision

But it can't scan the code. Attach is the example of the QR code not scanning:
qrcode

Waiting for your reply.

Regards,
Sooraj

@Salakar
Copy link
Member

Salakar commented May 10, 2021

Hey, 👋, the firebase_ml_vision package is now discontinued since its APIs have been deprecated and removed from the Android & iOS Firebase SDKs.

I'd recommend switching to the alternatives now;

  • for on-device vision APIs; switch to Google's standalone ML Kit library via google_ml_kit
  • for cloud vision APIs; the recommended approach now is to use Firebase
    Authentication and Functions, which gives you a managed, serverless gateway to the Google Cloud Vision APIs. For an example Functions project see the vision-annotate-images sample project. You'd deploy this project for example and then call the cloud function from your app with your image data to get the annotation result.

Apologies for any inconvenience here and best of luck switching over the the new APIs. firebase_ml_custom is not affected by this deprecation.

Thanks

@Salakar Salakar closed this as completed May 10, 2021
@firebase firebase locked and limited conversation to collaborators Jun 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Salakar @sooraj-beebakhy and others