proxy_manager

Creator: coderz1093

Last updated:

Add to Cart

Description:

proxy manager

ProxyManager for Flutter #

Features #

set/clean system proxy settings for all desktop platforms

windows
linux(kde/gnome/dde)
macOS



Example #
// single instance
ProxyManager manager = ProxyManager();
// set a http proxy
await manager.setAsSystemProxy(ProxyTypes.http, "127.0.0.1", 1087);
// set a https proxy
await manager.setAsSystemProxy(ProxyTypes.https, "127.0.0.1", 1087);
// set a socks4/5 proxy
await manager.setAsSystemProxy(ProxyTypes.socks, "127.0.0.1", 1080);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.