contactlutforrahman / flutter_qr_bar_scanner

A full screen mobile scanner for scanning QR Code and Bar Code.
MIT License
33 stars 69 forks source link

Support Android v2 embedding #35

Closed nilotpalkapri closed 3 years ago

nilotpalkapri commented 3 years ago

Please consider upgrading the package

contactlutforrahman commented 3 years ago

What kinds of issue are you having? I've tested just now with flutter's latest version and I found no error.

nilotpalkapri commented 3 years ago

image

/home/nilotpalkapri/snap/flutter/common/flutter/bin/flutter --no-color pub get Waiting for another flutter command to release the startup lock... Running "flutter pub get" in doc_scan... 10.9s The plugins flutter_qr_bar_scanner, image_editor 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

**I am in beta latest.

contactlutforrahman commented 3 years ago

Please create a new project with flutter stable version 2.2.3 and use only this plugin and try it.

nilotpalkapri commented 3 years ago

In stable channel there will not be any issue, it is good if you consider migrating if possible otherwise no issue as of now, this is just a warning, in future it may create problem.

contactlutforrahman commented 3 years ago

okay.