check_vpn_connection
एक सरल और हल्का Flutter पैकेज जो आपके उपकरणों पर वीपीएन कनेक्शन स्थिति को परिभाषित करने में सक्षम बनाता है।
एक सरल और हल्का 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