0 purchases
vpn detector
VPN Detector ๐ก๏ธ #
A package created out of a real need for precuse VPN detection on iOS and Android devices.
Features ๐๏ธ #
โ
Detects iOS and Android VPN connections in a reliable manner.
๐งช Fully testable code with no static methods, facilitating a TDD approach.
Usage ๐ง #
Using the VPN Detector package is straightforward. Simply import the package into your project and use the following code snippet to check if a VPN connection is active:
import 'package:vpn_detector/vpn_detector.dart';
final isVpnActive = await VpnDetector().isVpnActive();
copied to clipboard
Contributing ๐จโ๐ป #
You can contribute by either:
Making a Pull Request ๐ ๏ธ
Opening an Issue ๐
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.