diff --git a/.gitignore b/.gitignore index 3df50b2..bc74162 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ .pub/ /build/ +example/build example/.flutter-plugins-dependencies example/ios/Podfile.lock example/ios/Flutter/flutter_export_environment.sh diff --git a/README.md b/README.md index bdb9fe2..6e49ab2 100644 --- a/README.md +++ b/README.md @@ -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请求不会理睬系统代理配置,这对于抓取请求来进行测试等场景造成不小困难。