Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Go (Desktop) to support unified plugin changes #382

Closed
miguelpruivo opened this issue Sep 11, 2020 · 7 comments
Closed

Migrate Go (Desktop) to support unified plugin changes #382

miguelpruivo opened this issue Sep 11, 2020 · 7 comments
Assignees
Labels
go Issue applies to Go platform

Comments

@miguelpruivo
Copy link
Owner

Self explanatory.

@DenchikBY
Copy link
Contributor

Any ETA for this? GO part isn't work too long time already...

@miguelpruivo
Copy link
Owner Author

@DenchikBY I'm sorry, but I hadn't the time yet as the only maintainer of this. Feel free to issue a PR if you have the time. Other than that, I don't have ETA, can be anytime actually, as soon as I have some room to work on it.

Thank you for your comprehension.

@miguelpruivo
Copy link
Owner Author

miguelpruivo commented Dec 13, 2020

@DenchikBY did #542 completely fix this? I hadn't the chance to test it out.

@DenchikBY
Copy link
Contributor

@DenchikBY did #542 completely fix this? I hadn't the chance to test it out.

Yes, desktop works now again 🙂

@miguelpruivo
Copy link
Owner Author

Thank you for your contribution @DenchikBY. 🎉

@jlubeck
Copy link

jlubeck commented Dec 14, 2020

hey @DenchikBY is this supposed to make the plugin work on macOS?

I'm getting this error when trying to use it:

flutter: [MethodChannelFilePicker] Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method image on channel miguelruivo.flutter.plugins.filepicker)
[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method image on channel miguelruivo.flutter.plugins.filepicker)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
<asynchronous suspension>
#1      MethodChannel.invokeListMethod (package:flutter/src/services/platform_channel.dart:345:35)
<asynchronous suspension>
#2      FilePickerIO._getPath (package:file_picker/src/file_picker_io.dart:88:32)
<asynchronous suspension>
#3      _NewPostScreenState.build.<anonymous closure> (package:wippple/screens/new_post.dart:87:27)
<asynchronous suspension>


@ebwood
Copy link

ebwood commented Dec 23, 2020

hey @DenchikBY is this supposed to make the plugin work on macOS?

I'm getting this error when trying to use it:

flutter: [MethodChannelFilePicker] Unsupported operation. Method not found. The exception thrown was: MissingPluginException(No implementation found for method image on channel miguelruivo.flutter.plugins.filepicker)
[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method image on channel miguelruivo.flutter.plugins.filepicker)
#0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157:7)
<asynchronous suspension>
#1      MethodChannel.invokeListMethod (package:flutter/src/services/platform_channel.dart:345:35)
<asynchronous suspension>
#2      FilePickerIO._getPath (package:file_picker/src/file_picker_io.dart:88:32)
<asynchronous suspension>
#3      _NewPostScreenState.build.<anonymous closure> (package:wippple/screens/new_post.dart:87:27)
<asynchronous suspension>

You need to use go-flutter, the command is 'hover run'. Just check the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Issue applies to Go platform
Projects
None yet
Development

No branches or pull requests

4 participants