Skip to content

Instantly share code, notes, and snippets.

View chaosddp's full-sized avatar

Chaos Yu chaosddp

  • Beijing
  • 20:19 (UTC +08:00)
View GitHub Profile
@chaosddp
chaosddp / gradle.properties
Created August 3, 2026 09:09
当使用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