반응형
- Flutter의 모든 것은 위젯으로 되어있다
- Stateless widget : 정적인 위젯. 변화가 없음
- Stateful widget : 위젯의 모양이나 상태가 변함
- 위젯은 트리구조로 구성되어 있다
부모와 자식 구조로 되어있으며, 부모는 여러개의 자식을 가질 수 있다.
반응형
': IT > Flutter' 카테고리의 다른 글
플러터 2.0 버튼 (0) | 2022.03.03 |
---|---|
Collection and Generic (0) | 2022.03.03 |
Navigator.pushNamed와 routes로 페이지 이동 (0) | 2022.03.01 |
[Mac M1] Flutter SDK 설치 (0) | 2022.02.06 |
[Mac M1] flutter doctor 에서 Android toolchain 설치 에러가 날 때. Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. (0) | 2022.02.06 |