v0.0.2
check_vpn_connection
デバイス上のVPN接続状態を定義できる、シンプルで軽量なFlutterパッケージです。
39いいね 410030日間ダウンロード160Pub ポイント
AndroidiOSmacOSWindowsLinux
デバイス上のVPN接続状態を定義できる、シンプルで軽量なFlutterパッケージです。
{"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