ios개발 썸네일형 리스트형 [Flutter] FVM (Flutter Version Management) 설치 https://fvm.app/docs/getting_started/installation Installation | Flutter Version Management There are a few ways to install FVM, and we are working on other ways to make it even simpler. fvm.app # fvm 저장소 등록 brew tap leoafarias/fvm # fvm 설치 brew install fvm # 설치 가능 버전 확인 fvm releases # 설치 된 버전 목록 확인 fvm list # 설치 fvm install {버전명} # fvm 글로벌 적용 fvm global {버전명} # 기존 flutter 명령어 사용법 fvm flutter 명령.. 더보기 [Flutter] 설치 및 환경설정(Mac) 플러터 설치 https://flutter.dev/ 접속 Flutter - Build apps for any screen Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase. flutter.dev Get Started 클릭 MacOs 선택 한다 인텔 맥인 경우 아래 명령어를 실행시키지 않아도 되며 실리콘 맥인 경우 아래 명령어를 필수로 터미널에서 입력해야 한다 sudo softwareupdate --install-rosetta --agree-to-license 인텔 맥 또는 실리콘 맥에 맞.. 더보기 이전 1 다음