Flutter_file_picker: I/flutter (10973): [FilePicker] Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method IMAGE on channel file_picker)

Created on 20 May 2019  路  6Comments  路  Source: miguelpruivo/flutter_file_picker

I am using file_picker: ^1.3.4+1 , I have also pasted the example code and ran it but it keeps printing [FilePicker] Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method ANY on channel file_picker)
My project name is different, pls assist thanks

Most helpful comment

flutter clean made it work, thanks a lot

All 6 comments

@Loisgenesis looks like a dup of #75. Just make sure you have your project name right within your pubspec.

Also, I suggest you to flutter clean your project and then flutter pub get and flutter run again.

Usually, that error happens when for some reason the package is not being included in the build.

flutter clean made it work, thanks a lot

I am still getting this error Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method any on channel miguelruivo.flutter.plugins.filepicker)
E/flutter (19823): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method any on channel miguelruivo.flutter.plugins.filepicker)

am still getting this error Unsupported operation. Method not found.

Just for reference, looks related with #545.

Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method custom on channel miguelruivo.flutter.plugins.filepicker)

Was this page helpful?
0 / 5 - 0 ratings