yushulx / flutter_barcode_sdk

Build barcode QR detection apps for Windows, Linux, macOS, Android, iOS and web.
https://pub.dev/packages/flutter_barcode_sdk
MIT License
47 stars 18 forks source link

android version won't compile without enabled flag #27

Closed nohkumado closed 2 years ago

nohkumado commented 2 years ago

Hello, please add flutter_barcode_scanner/example/android/app/src/main/AndroidManifest.xml+25

android:exported="true" to be able to run it on sdk version 31 thanks

yushulx commented 2 years ago

@nohkumado thanks for your feedback. I've added the patch https://github.com/yushulx/flutter_barcode_sdk/commit/5acb09422c50aa29fe6d18d2af365484a53ea87d.

yushulx commented 2 years ago

@nohkumado v2.0.1 is online.