Flutter 配置
2020-06-26 本文已影响0人
渊鱼有光
1.Maven
allprojects {
repositories {
maven { url "https://maven.aliyun.com/repository/google" }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url "http://download.flutter.io" }
google()
jcenter()
}
}
2.<no devices> <loading>
flutter run
3.