desktop_proxy 1.0.1 copy "desktop_proxy: ^1.0.1" to clipboard
desktop_proxy: ^1.0.1 copied to clipboard

Resolves the system proxy for a given URL on Windows and macOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add desktop_proxy

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

dependencies:
  desktop_proxy: ^1.0.1

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:desktop_proxy/desktop_proxy.dart';
2
likes
160
points
230
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Resolves the system proxy for a given URL on Windows and macOS.

Repository (GitLab)

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on desktop_proxy

Packages that implement desktop_proxy