Caqil / wireguard_flutter

wireguard_flutter
https://pub.dev/packages/wireguard_flutter
MIT License
20 stars 20 forks source link

Android VpnStageSnapshot listen is not working #8

Closed aakashch0179 closed 5 months ago

aakashch0179 commented 6 months ago

Hello Developers

On my Android device wireGuardFlutter.vpnStageSnapshot.listen is not working fine it's changing VPpnStage Connected after Disconnected and also this code is not working always showing VpnStage.disconnected

       wireGuardFlutter.stage().then((po) {
           debugPrint("stage $po");
        }); 

Please Help Me