anti_mitm 0.1.0 copy "anti_mitm: ^0.1.0" to clipboard
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_mitm

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  anti_mitm: ^0.1.0

Alternatively, 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';
3
likes
150
points
37
downloads

Publisher

verified publisherthanhdt.dev

Weekly Downloads

A flutter plugin to detect if the mobile device is connected to a proxy or VPN.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on anti_mitm

Packages that implement anti_mitm