flutter-flexer / study_log

0 stars 0 forks source link

flutter - write your first app #5

Open winnie1219 opened 5 years ago

winnie1219 commented 5 years ago

Meterial 은 모바일과 웹에서 표준적인 visual design language flutter은 meterial widget 제공 main() 메소드는 => 표기법 사용. ->는 function or method에 상용 flutter의 모든것은 위젯이다. (alignment, padding, layout) meterial library의 scaffold widget은 default app bar, title and 홈스크린의 위젯트리를 갖은 body property를 제공. widget의 main job은 다른,하위레벨 위젯으로 위젯을 표시하는 방법을 설명하는 build() 메소를 제공 stateless widgets은 immutable. stateful widgets은 lifetime 동안 변경가능

stateful widget은 최소 두개 클래스 필요

  1. 인스턴스를 생성하는 statefulwidget 클래스
  2. state class
winnie1219 commented 5 years ago

https://api.flutter.dev/flutter/material/Scaffold-class.html

winnie1219 commented 5 years ago

crossAxisAlignment