check_vpn_connection
Um pacote Flutter simples e leve que permite definir o status da conexão com VPN nos seus dispositivos.
Um pacote Flutter simples e leve que permite definir o status da conexão com VPN nos seus dispositivos.
{"sdk":"flutter"}{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
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.
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
}
Also see our Example.
Please file any issues, bugs or feature request as an issue on our GitHub page.
To contribute, follow the following easy steps