network_proxy 1.0.0 copy "network_proxy: ^1.0.0" to clipboard
network_proxy: ^1.0.0 copied to clipboard

A plugin project that support get and set status of network proxy.

network_proxy #

A plugin project that support get and set status of network proxy.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Mac #

# Http
networksetup -getwebproxy <networkservice>
networksetup -setwebproxy <networkservice> <domain> <port number> <authenticated> <username> <password>
networksetup -setwebproxystate <networkservice> <on off>
# Https
networksetup -getsecurewebproxy <networkservice>
networksetup -setsecurewebproxy <networkservice> <domain> <port number> <authenticated> <username> <password>
networksetup -setsecurewebproxystate <networkservice> <on off>
# Socket
networksetup -getsocksfirewallproxy <networkservice>
networksetup -setsocksfirewallproxy <networkservice> <domain> <port number> <authenticated> <username> <password>
networksetup -setsocksfirewallproxystate <networkservice> <on off>
# AutoProxy
networksetup -getautoproxyurl <networkservice>
networksetup -setautoproxyurl <networkservice> <url>
networksetup -setautoproxystate <networkservice> <on off>
networksetup -getproxyautodiscovery <networkservice>
networksetup -setproxyautodiscovery <networkservice> <on off>

Future #

[ ]- Android [ ]- iOS

Thanks #

system_network_proxy
platform_proxy

0
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin project that support get and set status of network proxy.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, network_proxy_interface, network_proxy_linux, network_proxy_macos, network_proxy_windows, plugin_platform_interface

More

Packages that depend on network_proxy