# device_proxy **Repository Path**: damonliuchn/device_proxy ## Basic Information - **Project Name**: device_proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```