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
@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)
Most helpful comment
flutter cleanmade it work, thanks a lot