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

A Dart Package to get system proxy settings with support of PAC scripts.

example/system_proxy_resolver_example.dart

// ignore_for_file: avoid_print

import 'package:system_proxy_resolver/system_proxy_resolver.dart';

void main() async {
  final resolver = SystemProxyResolver();
  print(resolver.getSystemProxySettings());
  print(await resolver.getProxyForUrl(Uri.parse("https://pub.dev")));
}
1
likes
50
points
19
downloads

Publisher

verified publisherky1vstar.dev

Weekly Downloads

A Dart Package to get system proxy settings with support of PAC scripts.

Homepage
View/report issues

License

MIT (license)

Dependencies

system_proxy_resolver_federated, system_proxy_resolver_platform_interface

More

Packages that depend on system_proxy_resolver