📜  flutter setup macos - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:13.788000             🧑  作者: Mango

代码示例1
if your terminal doesn't see "flutter" you have to use  
Open terminal and paste 

export PATH="$PATH:`pwd`/flutter/bin"
and then try "flutter" && "flutter doctor"