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 |
Tags
- Architectural overview
- flutter bloc
- 파이썬 부동소수점
- keychain error
- swift concurrency
- dart
- docker overview
- tft api dart
- swift 동시성
- 발로란트 api dart
- dart new
- flutter
- PlatformException(sign_in_failed
- flutter statefulwidget
- dart.dev
- generate parentheses dart
- flutter ios 폴더
- com.google.GIDSignIn
- 롤 api dart
- riot api dart
- widget
- leetcode dart
- flutter widget
- valorant api dart
- flutter android 폴더
- 파이썬
- AnimationController
- 롤토체스 api dart
- lol api dart
- dart new 키워드
Archives
- Today
- Total
목록flutter 위젯 트리 (1)
Coaspe
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/L3H3H/btrIxvKHIKN/gGSSAPv24qBq40lrQDZyo1/img.png)
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