1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] No implementation found for method startV2Ray on channel flutter_v2ray

Discussão em 'Mobile' iniciado por Stack, Setembro 27, 2024 às 23:52.

  1. Stack

    Stack Membro Participativo

    I want to use flutter_v2ray package in my flutter app! But I got an error (see below):

    [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method startV2Ray on channel flutter_v2ray)
    #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
    <asynchronous suspension>
    #1 MethodChannelFlutterV2ray.startV2Ray (package:flutter_v2ray/flutter_v2ray_method_channel.dart:42:5)
    <asynchronous suspension>
    #2 FlutterV2ray.startV2Ray (package:flutter_v2ray/flutter_v2ray.dart:71:5)
    <asynchronous suspension>


    I used flutter_v2ray: ^1.0.5! code that I run is the Example Code which is in pub.dev

    Why I got this error when I click On Conncet button?

    I run flutter clean, then flutter pub get, after that flutter run! But it doesn't work.

    Thank you, in advance.

    Continue reading...

Compartilhe esta Página