Flutter

    [Android Studio Flutter] Android Studio에서 Flutter 사용하기

    [Android Studio Flutter] Android Studio에서 Flutter 사용하기

    안드로이드 스튜디오에서 Flutter 사용하기 Flutter을 Android Studio에서 Plugin 형태로 사용할 수 있다. 1. File - Settings 실행하기 2. Plugins 탭에서 Flutter 찾아 Install 누르기 3. Install을 누르면 Flutter Plugin 사용에는 Dart Plugin 사용이 필요하다는 Warning이 뜬다. 원래는 각각 설치해야 하지만, Android Studio에서는 모두 자동으로 설치해주니 Install을 누르자. 4. 설치가 완료되었으면 Restart IDE를 눌러 Restart한다. 5. 다시 시작되었으면 File-New-New Flutter Project 를 통해 플러터 프로젝트를 만들 수 있다. 6. 단 Flutter Plugin이 설..

    [Flutter Install] 3. Window Flutter SDK 설치 가이드

    [Flutter Install] 3. Window Flutter SDK 설치 가이드

    목차 1. Window Chocolatey 설치 가이드 2. Window Dart 설치 가이드 : Chocolatey 이용 3. Window Flutter SDK 설치 가이드 Window에서 Flutter을 설치하는 방법 1. 아래 링크에서 flutter_windows_2.5.3-stable.zip을 다운로드 한다. https://docs.flutter.dev/get-started/install/windows Windows install How to install on Windows. docs.flutter.dev 2. 다운로드 한 zip 파일을 원하는 곳에 압축을 푼다. *이 글에서는 아래 위치에 압축을 풀었다고 가정한다. C:\Users\sy\Flutter 3. Window 키를 누른 후 환경 변수를..

    [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..