w_qrcode 0.1.2 copy "w_qrcode: ^0.1.2" to clipboard
w_qrcode: ^0.1.2 copied to clipboard

outdated

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

w_qrcode #

A Flutter plugin to scanning. Ready for Android

权限: #

<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"/>

安装 #

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

dependencies:
 w_qrcode: ^0.1.2

使用方式 #

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

String barcode = await scanner.scan();

String photoScanResult = await scanner.scanPhoto();

许可 #

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

关于 #

Created by hookou.

0
likes
0
pub points
0%
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 w_qrcode