system_proxy icon indicating copy to clipboard operation
system_proxy copied to clipboard

A Flutter Plugin to get system plugin. Use to set dart HttpClient proxy for grabing requests

Results 11 system_proxy issues
Sort by recently updated
recently updated
newest added

iOS has the option to define an "automatic" proxy configuration, which is really just a URL to a JavaScript function, which returns which proxy to use for a given host....

i try it on android 12 and failed, which api only support android >= 23 ? thanks

- support Objective-C project with Podfile no use_frameworks - change jcenter to maven

.pub-cache/hosted/pub.flutter-io.cn/system_proxy-0.1.0/ios/Classes/SystemProxyPlugin.m:2:9: fatal error: 'system_proxy/system_proxy-Swift.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. note: Using new build system note: Building targets in parallel note: Planning build note: Analyzing workspace note: Constructing...

We have also made it compatible with Windows. Thank you for your support. https://github.com/kaivean/system_proxy/issues/15

Thanks for the great library. Are there plans to make it Windows compatible?

Fixed the unchecked warnings that were displayed during the Android build. https://github.com/kaivean/system_proxy/issues/13

In the Android build, this is displayed as unchecked or unsafe operations. ``` Note: system_proxy/android/src/main/java/com/kaivean/system_proxy/SystemProxyPlugin.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ```

This PR enables support for Android 35

Do you plan to support Andoroid API35? thanks! ```dart FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':system_proxy'. > Could not create an...