contactlutforrahman / flutter_qr_bar_scanner

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

Android app crashed #38

Closed swapnilsinha17 closed 3 years ago

swapnilsinha17 commented 3 years ago

I integrated this but it's working fine in android got crashed in android

Angero commented 3 years ago

I confirm it.

The plugin flutter_qr_bar_scanner uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it 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.

contactlutforrahman commented 3 years ago

Check with the latest version.