flutter_proxy 0.0.1 copy "flutter_proxy: ^0.0.1" to clipboard
flutter_proxy: ^0.0.1 copied to clipboard

outdated

A plugin to get device proxy info.

flutter_proxy #

A plugin to get device proxy info..

Installing #

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

dependencies:
  flutter_proxy: ^0.0.1

Example #

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

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

6
likes
0
pub points
48%
popularity

Publisher

unverified uploader

A plugin to get device proxy info.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_proxy