vpn_checker 0.0.1
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
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vpn_checkerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vpn_checker: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vpn_checker/vpn_checker.dart';