發表日期:2018-12 文章編輯:小燈 瀏覽次數:2332
安裝步驟:https://flutterchina.club/setup-macos/
bash:flutter:commond not found
安裝flutter,執行flutter doctor之后一直在等待,我就關閉了終端,重新打開終端,發現bash:flutter:commond not found 這個問題。
重新執行下:export PUB_HOSTED_URL=https://pub.flutter-io.cn
? ??????????????????????export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
? ??????????????????????export PATH=`pwd`/flutter/bin:$PATH
就ok了!