flutter_scan icon indicating copy to clipboard operation
flutter_scan copied to clipboard

MissingPluginException

Open LufeeWuKong opened this issue 3 years ago • 2 comments

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 avatar Nov 21 '22 08:11 LufeeWuKong

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

brunodmn avatar May 19 '23 20:05 brunodmn

flutter clean and re run the project.

Star-Lord-76 avatar Jun 15 '23 11:06 Star-Lord-76