플러터 SDK
1. sdk 내려받기
https://flutter.dev/get-started/install
Choose your development platform to get started
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and ChromeOS operating systems.
docs.flutter.dev
2. macos 클릭해서 다운로드
3. desktop 클릭
4. 상단 download 클릭
Make macOS desktop apps | Flutter
5. flutter sdk 다운로드
- 인텔 기반 cpu면 intel processor을
- m으로 시작하는 계열의 cpu면 apple slicon을 선택해서 다운로드
6. 그 후 압축을 푼다.
7. 환경 설정
- 현재 shell 확인 후 아래 실행
echo $SHELL
ㄴ bash 사용중이면 (/bin/bash)
vi ~/ .bash_profile
vi ~/ .bashrc
ㄴ z shell 사용중이면 (/bin/zsh)
vi ~/ .zshrc
- 프로필 파일 수정
export PATH=$"$PATH:{압출을 푼 플러터 폴더 위치}/bin"
export PATH=$"$PATH:$HOME/Users/soobin/Desktop/dev/flutter/bin"
xcode 설치
1. appstore 접속 후 xcode 다운로드
2. 설치한 xcode 버전을 시스템에서 사용할 xcode 버전으로 설정
sudo xcode-select --switch /Applications/Xcode.app/Contents.Developer
sudo xcodebuild -runFirstLaunch
brew 및 cocoapods 설치
1. brew는 설치되어 있어서 패스
2. cocoapods 설치
brew install CocoaPods
안드로이드 스튜디오
1. 안드로이드 스튜디오 다운로드
Android 스튜디오 및 앱 도구 다운로드 - Android 개발자 | Android Studio | Android Developers
2. flutter plugin 설치
'개발' 카테고리의 다른 글
[CocoaPods 설치] use "Software Update" to install updates 해결방법 (0) | 2024.05.08 |
---|---|
[코드팩토리의 플러터 프로그래밍] 1장. 다트 입문하기 (1) | 2024.05.06 |
2024.03.11 글모음 (0) | 2024.03.11 |
git. merge strategy (1) | 2023.10.24 |
[chrome plugin] 단축키로 크롬 플러그인 연동 (suggested_key) (0) | 2023.09.30 |