v0.0.2
check_vpn_connection
一個簡單輕量的 Flutter 套件,讓您定義裝置上的 VPN 連線狀態。
39喜歡 4100近 30 天下載160Pub 分數
AndroidiOSmacOSWindowsLinux
一個簡單輕量的 Flutter 套件,讓您定義裝置上的 VPN 連線狀態。
{"sdk":"flutter"}{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
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