본문 바로가기

앱개발64

[수강후기] 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.