# FlutterQRScanner-App
**Repository Path**: servucn/FlutterQRScanner-App
## Basic Information
- **Project Name**: FlutterQRScanner-App
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-26
- **Last Updated**: 2021-11-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Flutter QRCode Scanner APP

### Show some :heart: and star the repo to support the project
A new Flutter project.
### Features
* [x] Scan 2D barcodes
* [x] Scan QR codes
* [x] Control the flash while scanning
* [x] Permission handling
* [ ] Support multiple barcode libraries
## Getting Started
### Flutter Project
* Add this to your package's pubspec.yaml file:
`dependencies: barcode_scan: "^1.0.0"`
### 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.
## Getting Started with Flutter
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).