0 purchases
wechat qrcode
wechat_qrcode #
scan qrcode by wechat_qrcode lib.
Getting Started #
dependencies:
wechat_qrcode: ^0.0.1
copied to clipboard
// scan camera, return [] if not found
List<String> result = await WechatQrcode.scanCamera();
// scan image, return [] if not found
List<String> result = await WechatQrcode.scanImage(imagePath);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.