Skip to content

MissingPluginException #60

Open
Open
@LufeeWuKong

Description

@LufeeWuKong

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions