Ai
5 Star 0 Fork 10

OpenHarmony-SIG/flutter_contacts
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joachim Valente 提交于 2020-11-24 19:17 +08:00 . initial commit
include ':app'
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
def properties = new Properties()
assert localPropertiesFile.exists()
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/flutter_contacts.git
git@gitee.com:openharmony-sig/flutter_contacts.git
openharmony-sig
flutter_contacts
flutter_contacts
master

搜索帮助