nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
84 stars 95 forks source link

VPN Fluctuates with VPNStage.unknown in iOS #74

Open atulrawatk opened 1 year ago

atulrawatk commented 1 year ago

flutter: {connected_on: 2023-04-14 15:37:45.000, duration: 00:02:00, byte_in: 1947882, byte_out: 62696, packets_in: 1591, packets_out: 786} flutter: VPNStage.unknown flutter: {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0} flutter: VPNStage.connected flutter: {connected_on: 2023-04-14 15:37:45.000, duration: 00:02:02, byte_in: 1947882, byte_out: 62696, packets_in: 1591, packets_out: 786

syedabdulbasit1 commented 1 year ago

@atulrawatk Does your app connect vpn in IOS

syedabdulbasit1 commented 1 year ago

@atulrawatk please give me the code because I need to integrate it on IOS. please