설치 및 기본 적인 사항은 기존에 학습 해 봤던 부분이 있어서 손쉽게 스킵 가능..
새롭게 알게된 것 들
rules:
prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
window / macOS : `Ctrl + Shift + R`
https://docs.flutter.dev/development/ui/widgets
double.infinity
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)