VPN Detector π‘οΈ
A package created out of a real need for precise 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();
Contributing π¨βπ»
You can contribute by either:
- Making a Pull Request π οΈ
- Opening an Issue π