安装管理多个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