anti_mitm
A flutter plugin to detect if the mobile device is connected to a proxy or VPN.
0.1.0
58 downloads/mo
#3519 most downloaded on pub.dev
thanhdang198/anti_mitm
What this package is like to depend on
Last release 1 years ago
06 Jun 2025
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
3 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2025 to Jun 2025
2026
Releases
latest 3-
0.1.006 Jun 2025Release notes
Open source →- BREAKING: Fixed IPv6 localhost detection (
::1) inisLocalCaptureIPmethod - NEW: Added network blocking functionality to prevent all HTTP/HTTPS requests
- NEW: Added
NetworkBlockerclass with methods:enableNetworkBlocking()- Block all network connectionsdisableNetworkBlocking()- Restore normal network accessisNetworkBlocked- Check if network blocking is active
- NEW: Enhanced
AntiMitmclass with network protection methods:blockAllConnections()- Block all network connections when threats detectedrestoreConnections()- Restore normal network accessisNetworkBlocked- Check network blocking statusperformSecurityCheck(autoBlock: true)- Comprehensive security check with auto-blocking
- NEW: Added
NoNetworkHttpOverridesclass for direct HttpOverrides usage - IMPROVED: Better proxy detection logic for various IP ranges and formats
- IMPROVED: Enhanced test coverage for all new functionality
- IMPROVED: Updated documentation with comprehensive usage examples
- FIXED: Corrected iOS Swift header import issues
- FIXED: Updated method channel names to match plugin name
- BREAKING: Fixed IPv6 localhost detection (
-
0.0.206 May 2025 -
0.0.106 May 2025Release notes
Open source →- Initial release of the AntiMitm plugin.
- Added the
isConnectedToProxymethod to check if the device is connected to a proxy.