# Barcode Scanner A flutter plugin for scanning 2D barcodes and QR codes ### Features - [x] Scan 2D barcodes - [x] Scan QR codes - [x] Control the flash while scanning - [ ] Customize the permission request text ## Getting Started ###Android For Android, you must do the following before you can use the plugin: * Add the camera permission to your AndroidManifest.xml `` * Add the Barcode activity to your AndroidManifest.xml `` ### iOS To use on iOS, you must add the the camera usage description to your Info.plist NSCameraUsageDescription Camera permission is required for barcode scanning.