chocolatey

    [Flutter Install] 2. Window Dart 설치 가이드 : Chocolatey 이용

    [Flutter Install] 2. Window Dart 설치 가이드 : Chocolatey 이용

    목차 1. Window Chocolatey 설치 가이드 2. Window Dart 설치 가이드 : Chocolatey 이용 3. Window Flutter SDK 설치 가이드 Chocolatey 사용해 Dart 설치하기 1. window+x 를 누른후 터미널(관리자)를 켠다. 2. 아래 chocolatey 명령어를 사용한다. choco install dart-sdk 3. Script를 돌릴거냐고 묻는 것에 y를 입력후 엔터를 친다. 4. 조금 기다리면 install이 끝난다. 5. 아래 명령어로 dart를 최신 버전으로 업그레이드한다. choco upgrade dart-sdk

    [Flutter Install] 1. Window Chocolatey 설치 가이드

    [Flutter Install] 1. Window Chocolatey 설치 가이드

    목차 1. Window Chocolatey 설치 가이드 2. Window Dart 설치 가이드 : Chocolatey 이용 3. Window Flutter SDK 설치 가이드 Chocolatey 설치 Dart를 설치하기 위해서는 chocolatey shell이 필요하다. 직접 설치해서 환경변수도 설정할 수 있지만 이 방법을 Dart 홈페이지에서 사용하라고 되어 있으니 이 방법으로 해보자. 1. Chocolatey에서 링크를 복사한다. https://chocolatey.org/install Installing Chocolatey Chocolatey is software management automation for Windows that wraps installers, executables, zips, a..