Flutter 之gradle设置代理

gradle.properties

systemProp.http.proxyHost=localhost
systemProp.http.proxyPort=7890

systemProp.https.proxyHost=localhost
systemProp.https.proxyPort=7890

你可能感兴趣的:(Flutter 之gradle设置代理)