0

Please help! Unhandled Exception: MissingPluginException(No implementation found for method pickImage on channel plugins.flutter.io/image_picker)

Soton
  • 3
  • 1

2 Answers2

0

Maybe your plugin is not supporting the windows.

IonicFireBaseApp
  • 925
  • 3
  • 10
0

To use that plugin on Windows, you need to add the image_picker_windows package. It's still in early stages, so isn't included by default with image_picker.

smorgan
  • 20,228
  • 3
  • 47
  • 55