我们知道下载flutter sdk 可以用过官网和GitHub,但是都非常慢,而且容易失败,即使配置了镜像也慢,这里我推荐一个链接
flutter_macos_v1.5.4-hotfix.2-stable.zip下载
这个版本可能比较老了,我们可以通过flutter upgrade
命令进行升级。如果执行该命令报以下错误,可以切换到flutter根目录下,先执行git stash
,再接着执行flutter upgrade
即可,耐心等待执行完
Your flutter checkout has local changes that would be erased by upgrading. If you want to keep these
changes, it is recommended that you stash them via "git stash" or else commit the changes to a local
branch. If it is okay to remove local changes, then re-run this command with --force.