1.安装git
2.本地hosts修改(windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts)
//githubIP可能会变动,使用以下网址可以查询最新的IP //https://github.com.ipaddress.com/www.github.com //访问https://www.ipaddress.com/ //在搜索框中搜索github.com和github.global.ssl.fastly.net //并记录它们对应的IP地址 140.82.113.3 github.com 199.232.5.194 github.global.ssl.fastly.net 54.231.114.219 github-cloud.s3.amazonaws.com
3.运行
git clone -b beta https://github.com/flutter/flutter.git --depth 1
4.环境
随后新增两个额外的环境变量:
PUB_HOSTED_URL https://pub.flutter-io.cn FLUTTER_STORAGE_BASE_URL https://storage.flutter-io.cn
将路径配置到Path - G:\software\flutter\bin里
5.安装
再重复 flutter doctor ,如下图,这个时候在下载sdk啊等等,还有 dart,dart是编程的主要语言
flutter doctor