多flutter环境管理 https://fvm.app/docs/guides/basic_commands
天问 4d3750ab78 Update 'README.md' | 8 months ago | |
---|---|---|
README.md | 8 months ago |
安装管理多个flutter环境
# 安装
~~dart pub global activate fvm~~
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