Skip to content
New issue

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

条形码相册识别有问题: 二维码可以识别成功 RScan.scanImagePath #22

Open
DuQuanzhong opened this issue May 18, 2020 · 0 comments

Comments

@DuQuanzhong
Copy link

if (await LJGPermission.photosPermission()) {
var imageCheck = await ImagePicker.pickImage(source: ImageSource.gallery);
if (imageCheck != null) {
final result = await RScan.scanImagePath(imageCheck.path);
if (result != null) {
Navigator.pop(context);
}
}
} else {
LJGToastHelper.showText('拒绝访问相册');
}

用了0.1.4+1版本 和 0.1.4版本 条形码相册识别结果返回的都是null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant