get_proxy 0.0.2 copy "get_proxy: ^0.0.2" to clipboard
get_proxy: ^0.0.2 copied to clipboard

A flutter plugin to get the proxy for a mobile device.

get_proxy #

A flutter plugin to get the proxy details on a mobile device.

Getting Started #

This project can be used to get the proxy details on a mobile device.

Usage #

import 'package:get_proxy/get_proxy.dart';

var client = new HttpClient(); String proxy = await GetProxy.getProxy; if(proxy!="") { client.findProxy = (uri) { return proxy; }; }

0
likes
30
pub points
1%
popularity

Publisher

verified publishermarcs.net

A flutter plugin to get the proxy for a mobile device.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on get_proxy