Answers for "set flutter path in mac in terminal"

1

install flutter mac terminal

cd ~/development
export PATH="$PATH:`pwd`/flutter/bin"
Posted by: Guest on May-22-2021

Browse Popular Code Answers by Language