mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

Add camera permission to library's AndroidManifest #47

Closed dustin-graham closed 5 years ago

dustin-graham commented 6 years ago

The host application needs to add the Camera permission to their app in order to make this plugin work. If we add it to the AndroidManifest.xml of our library, this permission gets merged into the packaged manifest automatically. This makes integration easier.