qrcode_scanner icon indicating copy to clipboard operation
qrcode_scanner copied to clipboard

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

Open mshamsi502 opened this issue 3 years ago • 13 comments

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

mshamsi502 avatar Sep 12 '21 06:09 mshamsi502

me too.

Sanpong avatar Sep 13 '21 02:09 Sanpong

me too

wang2793312458 avatar Sep 16 '21 06:09 wang2793312458

Me too, Looking forward to solving

pseudoorangecat avatar Sep 16 '21 09:09 pseudoorangecat

me too, please tag me when finding an answer

JaShakouri avatar Sep 22 '21 10:09 JaShakouri

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

zakblacki avatar Oct 16 '21 04:10 zakblacki

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

viveeeeeek avatar Oct 18 '21 17:10 viveeeeeek

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

viveeeeeek avatar Oct 18 '21 17:10 viveeeeeek

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.

LioMadlala avatar Nov 09 '21 10:11 LioMadlala

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 :/

viveeeeeek avatar Nov 10 '21 04:11 viveeeeeek

any update?

stjfk avatar Nov 22 '21 14:11 stjfk

No :/

viveeeeeek avatar Nov 22 '21 18:11 viveeeeeek

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

tayfunuyar avatar Dec 11 '21 22:12 tayfunuyar

This will help https://www.youtube.com/watch?v=w-n0jUrUtPI&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=10 https://www.youtube.com/watch?v=QpnVENc9dIA&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=11

BraveEvidence avatar Mar 08 '23 07:03 BraveEvidence