-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
flutter 扫码插件
地址:github
效果
实现了一下功能
- 扫描解析条形码
- 扫描解析二维码
- 控制闪光灯开关
- 自动申请权限
- 解析相册中的二维码和条码
- 扫码页的闪光灯开关更具当前亮度自动改变
- 根据字符串生成二维码
使用方式
依赖
将下面的内容加入到 pubspec.yaml 文件:
dependencies:
qrscan: ^0.2.10方法使用
// 打开扫码页面对条码或二维码进行解析
String cameraScanResult = await scanner.scan();
// 选择相册中的条码或二维码进行解析
String photoScanResult = await scanner.scanPhoto();
// 生成二维码
Uint8List result = await scanner.generateBarCode('https://github.com/leyan95/qrcode_scanner');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
