Flutter Development Environment on MacBook Air M1 Running MacOS

Apple ID: asawin.krongprasert@outlook.com
Apple ID Password: Sant!ag0

MacBook Air M1 User ID: asawin
MacBook Air M1 User ID Password: Sant!ag0

iPhone Unlock Passcode: 166606

macOS Monterey

Mac Screenshot Shortcuts:
– Shift + Command + 3 to take a screenshot of your entire Mac screen
– Shift + Command + 4 to capture a portion of your screen
– Shift + Command + 4, and then press Space to snap a screenshot of specific Mac windows
– Command + Shift + 5 to bring up a screen capture menu

MacBook HardDisk:
Macintosh HD
> Applications
> Library
> System
> Users
> asawin
> Applications
> Dev
> Flutter
> Documents
> Downloads
> Movies
> Music
> Pictures
> Public
> Shared

In Finder:
– command + Up

Terminal Command:
– pwd

Download
– cd ~/Dev
– unzip ~/Downloads/flutter_macos_arm64_3.3.1-stable.zip
– export PATH=”$PATH:`pwd`/flutter/bin”

/Users/asawin/Dev/flutter/bin

– nano ~/.zshrc
export PATH=”$PATH:/Users/asawin/Dev/flutter/bin”

– source ~/.zshrc

– flutter doctor
– sudo xcode-select –switch /Applications/Xcode.app/Contents/Developer
– sudo xcodebuild -runFirstLaunch

https://guides.cocoapods.org/using/getting-started.html#installation

Android Studio Installation

Leave a Comment