syphon-org / syphon

⚗️ a privacy centric matrix client
https://syphon.org
GNU Affero General Public License v3.0
1.05k stars 71 forks source link

Windows client cannot use image picker #405

Open EdGeraghty opened 3 years ago

EdGeraghty commented 3 years ago
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method pickImage on channel plugins.flutter.io/image_picker)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)
<asynchronous suspension>
#1      MethodChannelImagePicker.pickImage (package:image_picker_platform_interface/src/method_channel/method_channel_image_picker.dart:29:20)
<asynchronous suspension>
#2      ModalImageOptions.build.<anonymous closure> (package:syphon/views/widgets/modals/modal-image-options.dart:87:43)
<asynchronous suspension>
EdGeraghty commented 3 years ago

file_chooser appears to be implemented for Windows. Am I looking in the wrong place, or could this be a way forward?

EdGeraghty commented 2 years ago

Let's keep an eye on https://github.com/flutter/plugins/pull/4863

EdGeraghty commented 2 years ago
image

🎉