Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- flutter ios 폴더
- riot api dart
- generate parentheses dart
- leetcode dart
- flutter
- tft api dart
- PlatformException(sign_in_failed
- 롤토체스 api dart
- dart.dev
- flutter bloc
- widget
- dart new
- dart new 키워드
- 롤 api dart
- swift 동시성
- Architectural overview
- 발로란트 api dart
- docker overview
- flutter android 폴더
- flutter widget
- lol api dart
- flutter statefulwidget
- 파이썬 부동소수점
- 파이썬
- com.google.GIDSignIn
- keychain error
- dart
- swift concurrency
- AnimationController
- valorant api dart
Archives
- Today
- Total
목록flutter element 트리 (1)
aspe

Flutter가 위젯을 렌더링하는 방법을 알기 위해서는 widget, element, render object에 대해 알아야 합니다. Widget Widget: describes the configuration for an Element A widget is an immutable description of part of a user interface 위젯은 유저 인터페이스의 부분의 불변한 묘사,설명이고 element의 구성을 나타냅니다. Element Element: an instantiation of a Widget at a particualr location in the tree. Element는 트리의 특정 위치에서 위젯의 인스턴스화 입니다. mutable하며 UI를 업데이트하고 관리합니다. 위젯..
Flutter/근본
2023. 2. 17. 14:01