FLUTTER ECOSYSTEM

RenatFakhrutdinov/check_vpn_connection

Ein einfaches und leichtgewichtiges Flutter-Paket, mit dem Sie den VPN-Verbindungsstatus auf Ihren Geräten definieren können.

Projektcover von VPN-Verbindung überprüfen
Stars
10
Forks
8
Letzter Push (UTC)
22.11.2023
Projektstatus
Aktiv
Renat Fakhrutdinov GitHub avatar
GITHUB User

Renat Fakhrutdinov ↗

Software engineer

Russia
SprachenDartSwiftKotlinObjective-C

Technische Themen

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 2 Einträge
  • flutter{"sdk":"flutter"}
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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