Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.3 KB

README-ZH.md

File metadata and controls

47 lines (30 loc) · 1.3 KB

文档语言: English | 中文简体

二维码扫描插件

License Pub Codacy Badge

A Flutter plugin 🛠 to scanning. Ready for Android 🚀 base on ZXing github

权限:

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

安装

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

dependencies:
 qrscan: ^0.2.18

使用方式

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

String barcode = await scanner.scan();

String photoScanResult = await scanner.scanPhoto();

贡献

We would ❤️ to see your contribution!

许可

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

关于

Created by Shusheng.