qrscan 0.2.3 copy "qrscan: ^0.2.3" to clipboard
qrscan: ^0.2.3 copied to clipboard

outdated

A Plug-in for dart, which help you scanning Bar Codes and QR Code with Android.

Language: English | 中文简体

QR Code Scanner #

License Pub Codacy Badge

A Flutter plugin 🛠 to scanning. Ready for Android 🚀

github

[qrscan.gif]

Features #

  • ✅ Scan BR-CODE
  • ✅ Scan QR-CODE
  • ✅ Control the flash while scanning
  • ✅ Apply for camera privileges
  • ✅ Scanning BR-CODE or QR-CODE in albums
  • ❌ Display the switch button of the flashlight according to the light intensity
  • ❌ Support IOS

Permission: #

<uses-permission android:name="android.permission.CAMERA" />

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
 qrscan: ^0.2.3

Usage example #

import 'package:qrscan/qrscan.dart' as scanner;

String cameraScanResult = await scanner.scan();
String photoScanResult = await scanner.scanPhoto();

Contribute #

We would ❤️ to see your contribution!

License #

Distributed under the MIT license. See LICENSE for more information.

About #

Created by Shusheng.

391
likes
0
points
731
downloads

Publisher

unverified uploader

Weekly Downloads

A Plug-in for dart, which help you scanning Bar Codes and QR Code with Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on qrscan