Flutter/Editor 7

VS Code Flutter project 생성

1. VS code 에서 프로젝트 생성하기 - 커맨드 창을 열어서 (ctrl+shift+p) flutter:new project 를 입력한 후 클릭한다. - Application 을 클릭한다. - 프로젝트의 위치를 설정 후 select a folder to create the project in 을 클릭 한 후 생성할 프로젝트의 이름을 입력한다. - 프로젝트 명을 입력후 enter를 누른다. 2. 시뮬레이터로 실행하기 - 커맨드 창을 열어서 (ctrl+shift+p) flutter: select device를 입력한 후 클릭한다. - 원하는 디바이스를 클릭한다. - 원하는 디바이스를 클릭한 후 시뮬레이터가 실행완료 되면 VS Code 에서 F5를 눌러 만든 프로젝트를 실행한다.

Flutter/Editor 2023.04.18

[Windows] Android Studio(시뮬레이터) 설치하기

1. 안드로이드 스튜디오 다운로드 - 공식 홈페이지에 접속하여 다운로드를 한다. - 라이선스 약관 페이지가 나오면 아래로 내려간후 동의를 클릭하면 다운로드가 시작된다. 2. 안드로이드 스튜디오 설치 - 별도의 조작없이 next를 클릭하면 기본 설정값으로 설치가 완료된다. - 다음과 같은 실행 화면이 나오면 라이센스에 동의하고 별도의 조작없이 next를 클릭하면 기본 설정값으로 설치가 완료된다. 3. flutter 연동 - 안드로이드 스튜디오 홈화면에서 More Action - SDK Manager 을 클릭하고 Android SDK - SDK Tools - Android SDK Command Tools 체크박스를 클릭한다음 확인을 누른다. - cmd(명령프롬프트) 에서 flutter doctor 를 입력하..

Flutter/Editor 2023.04.18

[Windows] flutter SDK 설치 및 환경설정

1. Flutter SDK 를 공식홈페이지에서 다운로드 한다. - https://docs.flutter.dev/get-started/install Install Install Flutter and get started. Downloads available for Windows, macOS, Linux, and ChromeOS operating systems. docs.flutter.dev 2. 다운로드 받은 zip 파일을 압축해제 한 후 C:\Users\"사용자이름" 위치에 development 폴더를 생성 후 압축해제한 폴더(flutter)를 넣는다. 3. 환경변수 Path 설정을 한다. - 고급 시스템 설정 보기를 Windows 검색창에 입력한 후 실행한다. - 압축 해제한 flutter 파일의 폴더..

Flutter/Editor 2023.04.18

[Windows] VS Code git 연결하기

1. git 이란? - svn으로 버전 관리 및 코드의 백업을 하기 위해 사용한다. - 팀 프로젝트로 작업을 할 때, 코드의 공유가 간편하고 코드의 합치기가 용이하다. 2. git 다운로드 - 다음 사이트에 접속하여 설치 프로그램을 다운로드 한다. https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools fo..

Flutter/Editor 2023.04.18

[Windows] VS Code 다운로드 및 설치

1. VS Code 다운로드 - 다음 사이트에 접속하여 Windows 용 설치 프로그램을 다운받는다. https://code.visualstudio.com/download Download Visual Studio Code - Mac, Linux, Windows Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications. code.visualstudio..

Flutter/Editor 2023.04.18