native_flutter_proxy library

This library is used to create a custom proxy for HTTP requests in Flutter.

To use, import package:native_flutter_proxy/native_flutter_proxy.dart. Find the native_flutter_proxy package 🚀

Classes

AntiMitm
Check if the device is connected to a proxy.
CustomProxy
A class that manages custom proxy settings for Flutter applications.
CustomProxyHttpOverride
A custom HTTP override class that allows setting a global proxy for all HTTP requests.
NativeProxyReader
A class that manages custom proxy settings for Flutter applications.
NetworkBlocker
Helper class to manage network blocking in Flutter applications
NoNetworkHttpOverrides
A custom HttpOverrides that blocks all network connections Use this to prevent any HTTP/HTTPS requests from being made
ProxySetting
A class to hold proxy settings like host and port.