anti_mitm 0.1.0
anti_mitm: ^0.1.0 copied to clipboard
A flutter plugin to detect if the mobile device is connected to a proxy or VPN.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anti_mitmThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anti_mitm: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:anti_mitm/native_flutter_proxy.dart';