Skip to content

AkoWu101/device_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

device_proxy

A plugin helps to get device's proxy setting

How to use

import 'package:device_proxy/device_proxy.dart';

ProxyConfig proxyConfig = await DeviceProxy.proxyConfig;

print(proxyConfig.isEnable); // Check whether proxy setting is enabled
print(proxyConfig.proxyUrl); // eg. 127.0.0.1:8888

Powered By

About

A plugin helps to get device's proxy setting

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors