刚刚发布了Flutter 3.0,今天用Windows搭了一下Flutter 开发环境,flutter doctor发生以下错误: Visual Studio - develop for Windows (the doctor check crashed) X Due to an error, the doctor check did not co…
Mac构建Flutter环境,无法访问maven.google.com
Flutter环境变量配置好之后,运行flutter doctor出现问题如下: 错误信息为:✗ HTTP host https://maven.google.com/ is not reachable. Reason: An error occurred while checking the HTTP host: Operation timed …
1.下载Flutter SDK: 下载地址:https://flutter.cn/docs/development/tools/sdk/releases 2.解压SDK: 解压安装包到你想安装的目录,如解压到当前用户文件夹: cd ~ unzip ~/Downloads/flutter_macos_2.10.5-stable.zip 3.配置环境变…