anti_hook_vpn
Flutter plugin to detect VPN, Proxy, and Frida hooking on Android & iOS. Protect your app from runtime attack tools.
1.0.3
72 downloads/mo
#2754 most downloaded on pub.dev
hainguyen-ar1/anti_hook_vpn
What this package is like to depend on
Last release 2 months ago
26 May 2026
Too new to tell
only 2 release windows
Some releases are documented
notes for 2 of 4 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Apr 2026 to May 2026Releases
latest 4-
1.0.326 May 2026Release notes
Open source →- Translate all documentation, comments, and UI strings to English for broader international adoption.
- Lower minimum SDK constraint from Dart 3.5.0 to Dart 2.18.0 (Flutter 3.3.0+) for wider project compatibility.
- Replace
PopScopewithWillPopScopeto support older Flutter versions. - Replace
context.mountedcheck with try-catch for backward compatibility with Flutter < 3.7.
-
1.0.222 Apr 2026Nothing published for this version
-
1.0.122 Apr 2026Nothing published for this version
-
1.0.022 Apr 2026Release notes
Open source →- Initial release.
- Detect Frida hooking framework via TCP port scan and
/proc/self/mapsinspection (Android) or dylib scan (iOS). - Detect active VPN connections using
NetworkCapabilities.TRANSPORT_VPN(Android) andCFNetworkCopySystemProxySettings __SCOPED__keys (iOS). - Detect system-level HTTP/HTTPS proxy set by tools such as HTTP Toolkit or Charles Proxy.
AntiHookVpn.checkSecurity()— returns aSecurityStatuswith individual flags for Frida and VPN/Proxy.AntiHookVpn.checkAndBlockIfNeeded()— shows an un-dismissible blocking dialog and forces app exit when a threat is detected.- Supports Android (minSdk 24+) and iOS (13.0+).