You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m sorry you’re experiencing this, but it’s likely related with your project dependencies.
Try cleaning, checking the wiki’s troubleshooting or looking for similar issues here in the repo (which are reported sometimes and ending up fixed by the reporters themselves).
MissingPluginException(No implementation found for method any on channel miguelruivo.flutter.plugins.filepicker)
One situation when the above exception occurs for Android is when you have overridden the method MainActivity.configureFlutterEngine without invoking super.configureFlutterEngine
@TomasJohansson What about in swift? I have built some method channels and my thoughts were somehow that my use of them had overridden the method channel the file picker was working from. Is that true, and where could that be corrected in the swift code?
Just added a plugin to android and immediately got an internal error:
MethodChannelFilePicker] Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method any on channel miguelruivo.flutter.plugins.filepicker)
E/flutter ( 6524): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method any on channel miguelruivo.flutter.plugins.filepicker)
E/flutter ( 6524): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
E/flutter ( 6524):
E/flutter ( 6524): #1 MethodChannel.invokeListMethod (package:flutter/src/services/platform_channel.dart:344:35)
E/flutter ( 6524):
E/flutter ( 6524): #2 FilePickerIO._getPath (package:file_picker/src/file_picker_io.dart:88:33)
E/flutter ( 6524):
E/flutter ( 6524): #3 _SubmissionWidgetState.pickFiles (package:ess_front/music/ContractCreationPage.dart:24:31)
E/flutter ( 6524):
I initially used grade 4.1.2, ten switched to recommended 4.0.1, and wrapped properties to 6.1.1, but the issue exists.
The text was updated successfully, but these errors were encountered: