Plugin used for get vpn active status for Android and iOS
More...
Get vpn active status for Android, iOS
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) }
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on vpn_check
Back