Skip to content

marcmcl/get_proxy

Repository files navigation

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; }; }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published