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

天问 c24d56c01e Update 'README.md' 1 month ago
README.md c24d56c01e Update 'README.md' 1 month ago

README.md

fvm

安装管理多个flutter环境

Usage

# 安装
dart pub global activate fvm

#curl -fsSL https://fvm.app/install.sh | bash

export PATH="$PATH":"$HOME/.pub-cache/bin"
source ~/.bashrc  # 或者 source ~/.zshrc


fvm install 3.13.8
fvm install 3.27.1

fvm use 3.13.8
fvm remove 3.13.8

fvm list
fvm ls
fvm flutter build apk
fvm dart