We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
地址: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');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flutter 扫码插件
地址:github
效果
实现了一下功能
使用方式
依赖
将下面的内容加入到 pubspec.yaml 文件:
方法使用
The text was updated successfully, but these errors were encountered: