proxy_getter 1.1.1 copy "proxy_getter: ^1.1.1" to clipboard
proxy_getter: ^1.1.1 copied to clipboard

A Flutter FFI plugin project for reading system proxy settings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add proxy_getter

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

dependencies:
  proxy_getter: ^1.1.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:proxy_getter/proxy_getter.dart';
1
likes
150
points
140
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin project for reading system proxy settings.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, flutter_rust_bridge, plugin_platform_interface

More

Packages that depend on proxy_getter

Packages that implement proxy_getter