vpn_detector 1.0.1 copy "vpn_detector: ^1.0.1" to clipboard
vpn_detector: ^1.0.1 copied to clipboard

Detect VPN connections on [Android and IOS]

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();

Contributing ๐Ÿ‘จโ€๐Ÿ’ป #

You can contribute by either:

  1. Making a Pull Request ๐Ÿ› ๏ธ
  2. Opening an Issue ๐Ÿ›
8
likes
150
points
2.27k
downloads

Publisher

verified publisheraelahmar.com

Weekly Downloads

Detect VPN connections on [Android and IOS]

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vpn_detector