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');
flutter 扫码插件
地址:github
效果
实现了一下功能
使用方式
依赖
将下面的内容加入到 pubspec.yaml 文件:
方法使用