Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagussatoto/qr-scanner
Menggunakan Flutter
https://github.com/bagussatoto/qr-scanner
Last synced: 17 days ago
JSON representation
Menggunakan Flutter
- Host: GitHub
- URL: https://github.com/bagussatoto/qr-scanner
- Owner: bagussatoto
- Created: 2021-12-15T14:53:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T18:34:42.000Z (about 1 month ago)
- Last Synced: 2024-10-12T11:34:56.931Z (about 1 month ago)
- Language: Dart
- Size: 823 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Flutter QRCode Scanner APP
![Image](fa.png)
### 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/).