native_proxy_resolver 0.1.0 copy "native_proxy_resolver: ^0.1.0" to clipboard
native_proxy_resolver: ^0.1.0 copied to clipboard

Resolve the OS proxy per URL, including PAC and WPAD auto-config, and plug it into dart:io HttpClient, package:http and Dio. Android, iOS, macOS, Windows, Linux.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_proxy_resolver

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_proxy_resolver: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_proxy_resolver/native_proxy_resolver.dart';
0
likes
160
points
0
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Resolve the OS proxy per URL, including PAC and WPAD auto-config, and plug it into dart:io HttpClient, package:http and Dio. Android, iOS, macOS, Windows, Linux.

Repository (GitHub)
View/report issues

Topics

#proxy #network #http #pac #enterprise

License

MIT (license)

Dependencies

flutter, http, meta, plugin_platform_interface

More

Packages that depend on native_proxy_resolver

Packages that implement native_proxy_resolver