Skip to content

rtviwe/flutter_proxy

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 39.3%
  • Swift 22.6%
  • Dart 13.9%
  • Ruby 13.7%
  • Objective-C 10.5%