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

MissingPluginException #9

Open
Typical-User0 opened this issue Apr 26, 2023 · 1 comment
Open

MissingPluginException #9

Typical-User0 opened this issue Apr 26, 2023 · 1 comment

Comments

@Typical-User0
Copy link

Hello, thank you for this project, I really need support for wireguard on multiple platforms with dart. I'm trying to launch your example project and get the following errors (both on linux and android):

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method connect on channel wireguard_dart) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7) <asynchronous suspension> #1 MethodChannelWireguardDart.connect (package:wireguard_dart/wireguard_dart_method_channel.dart:24:5) <asynchronous suspension>

ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method generateKeyPair on channel wireguard_dart) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:313:7) <asynchronous suspension> #1 MethodChannelWireguardDart.generateKeyPair (package:wireguard_dart/wireguard_dart_method_channel.dart:14:37) <asynchronous suspension>

Can you help me? Please

@tadaskay
Copy link
Contributor

tadaskay commented May 4, 2023

Hey, it's not yet implemented for linux and android as mentioned in https://github.com/mysteriumnetwork/wireguard_dart/blob/master/README.md

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

No branches or pull requests

2 participants