본문 바로가기
리뷰/수강생 후기

[수강후기] Flutter 6일차 - 스나이퍼 팩토리

by 스나이퍼팩토리 2022. 11. 24.

카이사르님의 수강후기 입니다.

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

가운데 정렬 : aligment, WrapAlignment.center

3. 실습하기

crossAxisAlignment: CrossAxisAlignment.start

SizedBox

padding: EdgeInsets.all(8)

ScrollDirection : Axis.horizontal 

Chip => side:BorderSide() , side:BorderSide(widht:0.2)

Chip=> labelStyle:TextStyle(color:Colors.gree, fontWeight:FontWeight.bold) 

Chip=> backgroundColor : Colors.green.withOpacity(0.1)

Wrap => spacing:8

5. Button 위젯

TextButton

ElevateButton

OutlinedButton

IconButton

FloatingActionButton

위치 배치 참 어렵네.. 

6. 그외

  • 전체 구조와 각 문법 위치에 대한것을 고민할것.

[출처] Flutter 6일차 - 스나이퍼 팩토리|작성자 카이사르

댓글