Skip to content

shengdoushi/wechat_qrcode_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published