flutter
Running Gradle task 'assembleDebug'...等待时间过长问题
修改两个文件的maven地址
// google() // mavenCentral() maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { allowInsecureProtocol = true url 'http://maven.aliyun.com/nexus/content/groups/public' }
资料
https://flutterchina.club/
https://book.flutterchina.club/