본문 바로가기

수강후기39

[수강후기] Flutter 6일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ ​ https://sniperfactory.com/course/c6fcyragfx5gzew ​ 제 5화 - 영화 예매 ​ 0. 이전시간에 다양한 방법 고민을 ​ 1. Image.network 단점 / Image 위젯 더 알아보기 pubspec.yaml 수정 => assets 주석 풀고 파일명 변경 ​ 2. 몸풀기 준비 mainAxisAlignment : MainAxisAlignment.center 띄어쓰기 : Container, SizedBox decoration shape : BoxShape.circle BoxShadow : blurRadius, spreadRadius 3. Chip 위젯 Chip avatar, CircleAvatar ​ 3. Wrap 위젯 Wrap 가.. 2022. 11. 24.
[수강후기] Flutter 5일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ ​ https://sniperfactory.com/course/c6fcyragfx5gzew ​ 제 4화 - 내정보(심화) ​ 0. 이전시간 방법1 FloatingAction.extended 방법2 FloatingActionButtionLocation:centerFloat => 가운데 위치 shape : RoundRectangleBorder borderRadius : BorderRadius.circular(30) ​ 1. 오늘의 목표/ 수업용 코드 준비하기 ​ 2. Container Container BoxDecoration() 선택 : Alt + 방향키 border : 테두리 선 추가 border.all() ​ border => top,right,left,bottom b.. 2022. 11. 24.
[수강후기] Flutter 4일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ ​ https://sniperfactory.com/course/c6fcyragfx5gzew ​ 제 3화 - 뉴스 앱 ​ 1. 오늘의 목표/ 수업용 코드 준비하기 Visual Studio Code 에서 프로젝트 폴더 생성 ​ AppBar => backgroundColor, foregroudColor, centerTitle ListView => ListTitle ListTitle => leading, trailing leading => Padding, EdgeInsert.all(), child => Icon 각 위젯의 위치와 기능에 대해서 기억해야 함 evevation => 기능추가 ​ 2. Style , TextStyle style, TextStyle => color,fo.. 2022. 11. 24.
[수강후기] Flutter 3일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ https://sniperfactory.com/course/c6fcyragfx5gzew ​ 제 2화 - 연락처 앱 ​ 1. 프로젝트 폴더 생성 Visual Studio Code 에서 프로젝트 폴더 생성 ​ ​ 2. 수업용 코드 준비하기 MaterialApp, Scaffold, AppBar, Text, Column, children crossAxisAlignment : CrossAxisAlignment.start ​ 3. Padding 위젯 Padding Padding : const EdgeInsets.all(8.0) EdgeInsets 기능 : all, only, LTRB ​ 4. Container 위젯 Container Padding => padding : 옵션을 안주.. 2022. 11. 24.
[수강후기] Flutter 2일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ ​ https://sniperfactory.com/course/c6fcyragfx5gzew 제 1화 - 위젯들 ​ 1. 프로젝트 폴더 생성 Visual Studio Code 에서 프로젝트 폴더 생성시 한글명이 없는 위치로 설정 => 안드로이드 폰 실행에서 문제가 발생함 ​ 2. Visual Studio Code 환경 확장메뉴에서 Flutter 설정이 우선되어야 함 Ctrl + Shift + P => >flutter new Project 입력 => Application 선택 => 경로 설정 ​ 3. Flutter 폴더구조 android, ios, linux, macos, web, windows, test lib => main.dart pubspec.yaml => 앱에 만들.. 2022. 11. 24.
[수강후기] Flutter 1일차 - 스나이퍼 팩토리 카이사르님의 수강후기 입니다. ​ https://sniperfactory.com/course/c6fcyragfx5gzew IT전문가로서의 길, 스나이퍼팩토리 실제 기업의 프로젝트하면서 내 포트폴리오를 만들자! 스나이퍼팩토리 | 취업 저격수, 너의 스펙이 되어줄게! sniperfactory.com 교육 1. 플러터 사전 환경 구성 a. 윈도우 환경 - https://wenna.tistory.com/16 b. 맥 환경 - https://www.whatwant.com/entry/Flutter-Install-MacOS ​ ​ 2. 문서 https://flutter-ko.dev/docs/get-started/install/windows# 윈도우에서 설치 flutter-ko.dev ​ 3. 교육시 중요 내용 개발자.. 2022. 11. 24.