安裝頁面:
https://flutter.dev/docs/get-started/install/macos
安裝前提:
必須保證最新的xcode啼肩,在最新的macos系統(tǒng)下
下載:
解壓縮
解壓縮到"users/本人賬戶/flutter
"下
使用vscode編輯環(huán)境變量
code ~/.bash_profile
添加
export PATH="$PATH:~/flutter/bin"
保存后執(zhí)行
source ~/.bash_profile
執(zhí)行flutter doctor檢測
執(zhí)行檢測的時候要把xcode模擬器打開才可以
flutter doctor