Answers for "flutter mac installation"

6

flutter setup macos

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"
Posted by: Guest on January-30-2021
0

install flutter mac

$ brew install --cask flutter
Posted by: Guest on September-07-2021

Browse Popular Code Answers by Language