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

outdated

A Plug-in for dart, which help you scanning barcode and qrcode with android device.

Language: English | 中文简体

QR Code Scanner #

License Pub

A Flutter plugin 🛠 to scanning. Ready for Android 🚀

github

qrscan.gif

Permission: #

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

Installation #

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

dependencies:
 qrscan: ^0.2.9

Usage example #

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

// Open Scanning View to Parse Bar-Code or QR-Code
String cameraScanResult = await scanner.scan();

// Select Bar-Code or QR-Code photos for analysis
String photoScanResult = await scanner.scanPhoto();

// Generating QR-Code
Uint8List result = await scanner.generateBarCode('https://github.com/leyan95/qrcode_scanner');

Supported #

-[x] Scan BR-CODE -[x] Scan QR-CODE -[x] Control the flash while scanning -[x] Apply for camera privileges -[x] Scanning BR-CODE or QR-CODE in albums -[x] Display the switch button of the flashlight according to the light intensity -[x] Generate QR-CODE

Features #

  • Generate BR-CODE
  • Support IOS

Contribute #

We would ❤️ to see your contribution!

License #

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

About #

Created by Shusheng.

384
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Plug-in for dart, which help you scanning barcode and qrcode with android device.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on qrscan