fix readme

This commit is contained in:
kaivean 2021-10-08 21:04:26 +08:00
parent 8fa4d0ad88
commit 113ef87d8b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@
.pub/
/build/
example/build
example/.flutter-plugins-dependencies
example/ios/Podfile.lock
example/ios/Flutter/flutter_export_environment.sh

View File

@ -1,6 +1,6 @@
# system_proxy
A Flutter Plugin to get system proxy setting. It is used to proxy for Flutter and Dart HttpClient request。Because Dart HttpClient is adapting the system proxy setting automatically in default, it's difficult to grab requests for testing .
A Flutter Plugin to get system proxy setting. It is used to proxy for Flutter and Dart HttpClient request。Because Dart HttpClient does not adapt the system proxy setting automatically in default, it's difficult to grab requests for testing .
获取系统代理配置。
可用于为flutter的Dart `HttpClient`的请求设置代理因为默认Dart请求不会理睬系统代理配置这对于抓取请求来进行测试等场景造成不小困难。