설치
- flutter SDK 접속 후
Get the Flutter SDK내 sdk zip file 다운로드 - zip파일 해제
$ cd ~/development
$ unzip ~/Downloads/flutter_macos_v1.5.4-hotfix.2-stable.zip- flutter path 추가
$ export PATH="$PATH:`pwd`/flutter/bin"- flutter App 추가
$ flutter create <app_name>Get the Flutter SDK내 sdk zip file 다운로드$ cd ~/development
$ unzip ~/Downloads/flutter_macos_v1.5.4-hotfix.2-stable.zip$ export PATH="$PATH:`pwd`/flutter/bin"$ flutter create <app_name>