flutter (2) 썸네일형 리스트형 [Flutter] 기본 flutter 강의 1 Flutter 강의 1 프로젝트 생성 flutter sdk path 설정 (flutter 설치한 위치) 2. project name 설정 나머지는 그대로 두고 finish Flutter project 생성 > lib/main.dart 파일 잘 만들어졌는지 확인 설정 - test/analysis_options.yaml rules : 아래 내용 추가 rules: prefer_typing_uninitialized_variables: false prefer_const_constructors_in_immutables : false prefer_const_constructors : false avoid_print : false 아이콘, 이미지, text, 네모상자 그려보기 Icon(Icons.shop) // 아이콘.. [Flutter] 개발환경 설정 flutter 다운받기 android studio 다운받기 환경변수 설정 window > 환경 변수 설정 > path 클릭 편집 > 새로 추가 > flutter 압축풀은 폴더/ bin 선택 > 저장 cmd > $ flutter doctor 오류 메세지는 cmdline-tools component is missing android studio 처음 들어가면 new project라고 새로운 프로젝트 생성하겠냐는 창인데 여기 하단에 option이라는거 열면 그안에 Android SDK > SDK Tools 탭 > Android SDK Command-line Tools (latest) 누르면 됨 $ flutter doctor 한번 더 하면 flutter doctor --android-licenses 를 입력하라.. 이전 1 다음