thiagocarvalhodev / flutter_proxy

A plugin to get device proxy info.

Home Page:https://github.com/tzh-goon/flutter_proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: ^0.1.0

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.

About

A plugin to get device proxy info.

https://github.com/tzh-goon/flutter_proxy

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 32.9%Language:Dart 30.1%Language:Kotlin 17.3%Language:Swift 14.2%Language:Objective-C 5.5%