How to setup Flutter SDK easily and run the Hello World App using Visual Studio Code -2024+ MacOS

Опубликовано: 14 Сентябрь 2024
на канале: Coffee Programmer
599
7

Can you help me to buy a coffee:
https://www.buymeacoffee.com/coffeepr...

Download Flutter SDK:
https://docs.flutter.dev/get-started/...

Set the path:
export PATH=$HOME/development/flutter/bin:$PATH

Run following commands if simulator are not showing:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch