wireguard_vpn 0.0.1+3
wireguard_vpn: ^0.0.1+3 copied to clipboard
A Flutter package that allows connection through a VPN using WireGuard.
0.0.1+3 Update minSdkVersion #
- Updated README.md
- The public API has Dartdoc comments added.
0.0.1+2 Updated Readme #
- Updated README.md
0.0.1+1 Minor Changes #
- Updated README.md
- Updated LICENSE
0.0.1 Initial Commit #
- Added three new methods to allow management of VPN connection state:
- changeStateParams: allows enabling and disabling of VPN connection.
- runningTunnelNames: returns the name of the currently active tunnel.
- tunnelGetStats: returns statistics for the requested tunnel. .