Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 335 Bytes

wechat_qrcode

scan qrcode by wechat_qrcode lib.

Getting Started

dependencies:
  wechat_qrcode: ^0.0.1
	// 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);