vpn_checker 0.0.1 copy "vpn_checker: ^0.0.1" to clipboard
vpn_checker: ^0.0.1 copied to clipboard

This plugin use for checking the device is using VPN or not. it has one method method isUseVpn(), you just call it if you want to check the device is using VPN or not

Pub Points Static Badge Static Badge

Features #

  • Checking is the device use VPN or not.

Support Android and IOS.

Getting started #

Import vpn_checker package.

import 'package:vpn_checker/vpn_checker.dart';

Usage #

Checking the device

final vpnChecker = VpnChecker();
final result = await vpnCheckerPlugin.isUseVpn()
print(result); // "true" or "false"

Additional information #

If you like this this plugin please like and give star on Github
If you have issue with this plugin please create issue on Github
Contact Author

4
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin use for checking the device is using VPN or not. it has one method method isUseVpn(), you just call it if you want to check the device is using VPN or not

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vpn_checker

Packages that implement vpn_checker