check_vpn_connection

Creator: coderz1093

Last updated:

Add to Cart

Description:

check vpn connection

check_vpn_connection #


A simple and lightweight Flutter package that lets you define VPN connection status on your devices.

Note this plugin is in the early stages of development and has been poorly tested. You can use the plugin at your own risk.

How to use #
You can get a VPN connection status, which is either true (vpn connected) or false (no vpn connection)

if (await CheckVpnConnection.isVpnActive()) {
// do some action if VPN connection status is true
}

copied to clipboard
Also see our Example.
Issues #
Please file any issues, bugs or feature request as an issue on our GitHub page.
Want to contribute #
To contribute, follow the following easy steps
Step 1

Fork this repo!

Step 2

Make your own updates

Step 3

Create a new pull request

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.