- 安裝brew
- 安裝pub package
dart pub global activate fvm
- 安裝fvm
brew tap leoafarias/fvm
brew install fvm
- 安裝flutter
fvm install 1.17.2
- 卸載
brew uninstall fvm
brew untap leoafarias/fvm
- 設置全局版本
fvm global 1.17.2
- 設置當前項目使用的版本
fvm use 1.17.2
