Skip to content

Instantly share code, notes, and snippets.

@chaosddp
Created August 3, 2026 09:09
Show Gist options
  • Select an option

  • Save chaosddp/3dfdeb86bc15d95789cb298fc9eb2a45 to your computer and use it in GitHub Desktop.

Select an option

Save chaosddp/3dfdeb86bc15d95789cb298fc9eb2a45 to your computer and use it in GitHub Desktop.
当使用flet构建android包的时候,gradle下载依赖时需要翻墙,可以在‘build/flutter/android/gradle.properties’中添加代理完成构建。
systemProp.http.proxyHost=PROXY_SERVER
systemProp.http.proxyPort=PROXY_PORT
systemProp.https.proxyHost=PROXY_SERVER
systemProp.https.proxyPort=PROXY_PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment