vpn_check 0.1.1 copy "vpn_check: ^0.1.1" to clipboard
vpn_check: ^0.1.1 copied to clipboard

outdated

Plugin used for get vpn active status for Android and iOS

vpn_check #

Get vpn active status for Android, iOS

Getting Started #

A simple usage example:

import 'package:vpn_check/vpn_check.dart';

bool isVpnActive = false;

try {
    isVpnActive = await VPNCheck.isVpnActive;
} on VPNUnhandledException catch (e) {
    print(e)
}

Support Platform #

  • ✅ Android
  • ✅ IOS
10
likes
0
points
704
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin used for get vpn active status for Android and iOS

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on vpn_check