Steps to install can refer here
https://flutter.dev/docs/get-started/install
Install Flutter for Mac
- Download latest Flutter SDK File
- Make the path global so can run flutter command anywhere
export PATH="$PATH:`pwd`/flutter/bin" - Run flutter doctor to check on other dependencies
Install VS Code extension
- Flutter
- Awesome Flutter Snippets
Start new application in VS Code
- Press cmd+shift+P to launch Command Pallette
- Type Flutter
- Choose Flutter: New Application Project
- Wait until main.dart shown on page
- Can run the app by pressing F5 or use the play icon on the top right corner
- Application will be run on chrome browser