v0.0.2
check_vpn_connection
기기의 VPN 연결 상태를 정의할 수 있는 간단하고 가벼운 Flutter 패키지입니다.
39좋아요 4.1천30일 다운로드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