flutter_system_proxy 0.2.0 copy "flutter_system_proxy: ^0.2.0" to clipboard
flutter_system_proxy: ^0.2.0 copied to clipboard

A Flutter Plugin to detect System proxy. When using HTTP client that are not proxy aware this plugin can help with finding the proxy from system settings which then can be used with HTTP Client to mak [...]

0.2.0 #

  • Add Swift Package Manager (SPM) support for iOS.
  • Prepare package for pub.dev publication (SDK constraint, CHANGELOG, .pubignore).

0.1.5 #

  • Fix unmanaged runLoopSource memory issue on iOS (backward compatibility with Xcode 15).
  • Upgrade Android compileSdkVersion, add namespace, update Gradle plugin version.
  • Use built-in constants for ProxyDict on iOS.

0.1.4 #

  • Add Xcode 16 support and fix compiler warnings.

0.1.3 #

  • Add namespace in Android build.gradle.

0.1.2 #

  • Fix iOS 17 proxy resolution issue.
  • Fix crash when PAC file URL is invalid.

0.1.1 #

  • Minor fixes and stability improvements.

0.1.0 #

  • Use Android ProxySelector instead of environment variables for more reliable proxy detection.
  • Use Foundation library for executing PAC scripts on iOS.
  • Remove print statements; clean up code.

0.0.2 #

  • Disable proxy when fetching PAC file to avoid circular dependency.
  • Update example app.

0.0.1 #

  • Initial release: detect system HTTP proxy on Android and iOS.
0
likes
0
points
3.79k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Plugin to detect System proxy. When using HTTP client that are not proxy aware this plugin can help with finding the proxy from system settings which then can be used with HTTP Client to make a successful request.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_system_proxy

Packages that implement flutter_system_proxy