Answers for "command to create flutter project in mac"

1

install flutter mac terminal

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

run flutter app macos

open terminal  tap "cd" Drag/drop with mouse the Folder of your App and tap enter
Tap "flutter run" tap enter
Posted by: Guest on February-24-2021

Code answers related to "command to create flutter project in mac"

Browse Popular Code Answers by Language