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

MissingPluginException #60

Open
LufeeWuKong opened this issue Nov 21, 2022 · 2 comments
Open

MissingPluginException #60

LufeeWuKong opened this issue Nov 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@LufeeWuKong
Copy link

final pickedFile =
await ImagePicker().getImage(source: ImageSource.gallery);
if (pickedFile != null) {
final file = File(pickedFile.path);
final sample = await ImageCrop.sampleImage(
file: file,
preferredSize: context.size?.longestSide.ceil(),
);
String path = file.path;
print("---------------_openImage() path: $path");
String? str = await Scan.parse(path);
if (str != null) {
print("---------------_openImage() str: $str");
}
}
MissingPluginException(No implementation found for method parse on channel chavesgu/scan)

@LufeeWuKong LufeeWuKong added the bug Something isn't working label Nov 21, 2022
@brunodmn
Copy link

same here...did you resolve this @LufeeWuKong ?

@Star-Lord-76
Copy link

flutter clean and re run the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants