qrscan 0.2.1
qrscan: ^0.2.1 copied to clipboard
A Plug-in for dart, which help you scanning Bar Codes and QR Code with Android.
Language: English | 中文简体
QR Code Scanner #
A Flutter plugin 🛠 to scanning. Ready for Android 🚀
[qrscan.gif]
permission: #
<uses-permission android:name="android.permission.CAMERA" />
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
qrscan: ^0.2.1
Usage example #
import 'package:qrscan/qrscan.dart' as scanner;
String barcode = await scanner.scan();
Contribute #
We would ❤️ to see your contribution!
License #
Distributed under the MIT license. See LICENSE
for more information.
About #
Created by Shusheng.
todo #
- Apply for camera privileges
- Display the switch button of the flashlight according to the light intensity
- Support IOS