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.
ProxySetting
A class to hold proxy settings like host and port.