노트 1주차.

H. S.·2022년 12월 25일

플루터 노트

목록 보기
1/5

설치 및 기본 적인 사항은 기존에 학습 해 봤던 부분이 있어서 손쉽게 스킵 가능..

새롭게 알게된 것 들

  1. const 붙혀주는 수고를 했었는데 새롭게 알게됨.
rules:
    prefer_const_constructors: false
    prefer_const_literals_to_create_immutables: false
  1. 리펙터 단축키
window / macOS : `Ctrl + Shift + R`
  1. 여러가지 위젯
https://docs.flutter.dev/development/ui/widgets
  1. ElavatedButton 크기 조정.. 부모를 Container 로 해서 조절.
  double.infinity
  1. 단순 scollview 활용 : SingleChildScrollView
  1. 장비별 화면 배치에 대한 도움
    https://pub.dev/packages/device_preview

숙제에 대한 리뷰

List<Map<String, dynamic>> dataList 자료형 선언..

실습 할 때는 생각없이 그냥 변수 두개 선언 따로따로 해서 했네..

AppBar elevation property 앱바의 그림자 설정 => 결과물은 0, 디폴트 값은 4
=> https://api.flutter.dev/flutter/material/AppBar/elevation.html

TextField hintText, labelText 의 차이.

Card alignment
Image.network width, height, BoxFit.cover, BoxFit.fitWidth,

Container 를 활용한 background, Color.black.widthOpacity(0.5)

0개의 댓글