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

The plugins qrscan use a deprecated version of the Android embedding. #121

Open
mshamsi502 opened this issue Sep 12, 2021 · 13 comments
Open

Comments

@mshamsi502
Copy link

mshamsi502 commented Sep 12, 2021

i get this message after run flutter upgrade and flutter pub get :

Running "flutter pub get" in my_app...         ۴٫۲s
The plugins `qrscan` use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Process finished with exit code 0

@Sanpong
Copy link

Sanpong commented Sep 13, 2021

me too.

@wang2793312458
Copy link

me too

@pseudoorangecat
Copy link

Me too,
Looking forward to solving

@JaShakouri
Copy link

me too, please tag me when finding an answer

@zakblacki
Copy link

Use theses alternatives

flutter_barcode_scanner: ^2.0.0 qr_code_scanner: ^0.5.2 barcode_widget: ^2.0.1 qr_flutter: ^4.0.0

@viveeeeeek
Copy link

flutter_barcode_scanner is good alternative but it don't have feature to pick QR Code directly from gallery.

@viveeeeeek
Copy link

Did you guys find any other good alternative? Let me know if you had.

@LioMadlala
Copy link

I spent 2 whole days researching for alternatives. I didn't find anything good. but I did come across some package called flutter_barcode_sdk but it's not free 😒. and it's also complicated to use.

@viveeeeeek
Copy link

I spent 2 whole days researching for alternatives. I didn't find anything good. but I did come across some package called flutter_barcode_sdk but it's not free 😒. and it's also complicated to use.

Sad. Someone please make this repo alive again :/

@stjfk
Copy link

stjfk commented Nov 22, 2021

any update?

@viveeeeeek
Copy link

No :/

@tayfunuyar
Copy link

You can use https://pub.dev/packages/barcode_scan2 this package. 👍

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

No branches or pull requests