anti_mitm 0.0.1 copy "anti_mitm: ^0.0.1" to clipboard
anti_mitm: ^0.0.1 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 Dart:

 $ dart pub add anti_mitm

With Flutter:

 $ flutter pub add anti_mitm

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

dependencies:
  anti_mitm: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
34
downloads

Publisher

verified publisherthanhdt.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on anti_mitm

Packages that implement anti_mitm