FLUTTER ECOSYSTEM

RenatFakhrutdinov/check_vpn_connection

एक सरल और हल्का Flutter पैकेज जो आपके उपकरणों पर वीपीएन कनेक्शन स्थिति को परिभाषित करने में सक्षम बनाता है।

वीपीएन कनेक्शन जांचें प्रोजेक्ट कवर
Stars
10
Forks
8
अंतिम पुश (UTC)
22 नव॰ 2023
प्रोजेक्ट स्थिति
सक्रिय
Renat Fakhrutdinov GitHub avatar
GITHUB User

Renat Fakhrutdinov ↗

Software engineer

Russia
भाषाएँDartSwiftKotlinObjective-C

तकनीकी विषय

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

check_vpn_connection

License: MIT Pub

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.

How to use

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.

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page.

Want to contribute

To contribute, follow the following easy steps

Step 1
  • Fork this repo!
Step 2
  • Make your own updates
Step 3
  • Create a new pull request