Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_proxy

A flutter plugin to read network proxy info from native. It can be used to set up the network proxy for flutter.

Installing

You should add the following to your pubspec.yaml file:

dependencies:
  flutter_proxy:
    path: packages/flutter_proxy

Example

final settings = await FlutterProxy.proxySetting;
bool enabled = settings.enabled;
String host = settings.host;
int port = settings.port;

About

A plugin to get device proxy info.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages