- 安装dart
下载地址:https://gekorm.com/dart-windows/
验证是否安装成功:$ dart --version
- 安装fvm
pub global activate fvm
系统环境变量,Path
中添加C:\Users\yuanzhiying\AppData\Local\Pub\Cache\bin
关闭命令行,重启。
配置fvm
下载地址:fvm config --cache-path E:\fvm\versions\
- 安装
flutter
如果没有安装git
,安装git
,下载地址:https://git-scm.com/downloads
fvm install stable
-
fvm list
设置全局默认的flutter版本
fvm global stable
更多具体fvm
使用,查看MacOS使用fvm管理多个flutter版本
- 项目设置
ignore
ignore
文件添加:
# fvm
.fvm/flutter_sdk
- 执行
fvm use stable
执行命令,如果出现Android Studio
没有权限,设置Android Studio
快捷方式为管理员权限打开。