多flutter环境管理 https://fvm.app/docs/guides/basic_commands
|
|
10 months ago | |
|---|---|---|
| README.md | 10 months ago |
安装管理多个flutter环境
# 安装
dart pub global activate fvm5
#curl -fsSL https://fvm.app/install.sh | bash
fvm install 3.13.8
fvm use 3.13.8
fvm remove 3.13.8
fvm ls
fvm flutter
fvm dart