多flutter环境管理 https://fvm.app/docs/guides/basic_commands

天问 4d3750ab78 Update 'README.md' 3 weeks ago
README.md 4d3750ab78 Update 'README.md' 3 weeks ago

README.md

fvm

安装管理多个flutter环境

Usage

# 安装
~~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