# qrscan
**Repository Path**: outsourcingLife/qrscan
## Basic Information
- **Project Name**: qrscan
- **Description**: 二维码插件
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: v3
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-03-25
- **Last Updated**: 2024-09-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
文档语言: [English](https://github.com/flutterchina/qrscan) | [中文简体](README-ZH.md)
# 二维码扫描插件
[![License][license-image]][license-url]
[](https://pub.dartlang.org/packages/qrscan)
[](https://www.codacy.com/app/leyan95/qrcode_scanner?utm_source=github.com&utm_medium=referral&utm_content=leyan95/qrcode_scanner&utm_campaign=Badge_Grade)
A Flutter plugin 🛠 to scanning. Ready for Android 🚀
base on ZXing [github](https://github.com/leyan95/qrcode_scanner)
## 权限:
``
``
## 安装
Add this to your package's pubspec.yaml file:
```yaml
dependencies:
qrscan: ^0.2.18
```
## 使用方式
```dart
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.
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE