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
- tft api dart
- generate parentheses dart
- flutter ios 폴더
- flutter bloc
- swift concurrency
- docker overview
- 롤토체스 api dart
- flutter statefulwidget
- dart
- com.google.GIDSignIn
- AnimationController
- riot api dart
- 롤 api dart
- dart new 키워드
- Architectural overview
- 발로란트 api dart
- widget
- lol api dart
- flutter android 폴더
- valorant api dart
- flutter
- dart.dev
- 파이썬
- PlatformException(sign_in_failed
- dart new
- keychain error
- flutter widget
- swift 동시성
- 파이썬 부동소수점
- leetcode dart
Archives
- Today
- Total
목록state 생명주기 (1)
aspe

Flutter에 대해 깊게 가장 정확한 정보를 얻고 싶다면, 사실 구글 만큼 중요한 게, 오른쪽 커서 => "Go to Definition" 라고 생각합니다. 구조 파악이 쉽고, 주석으로 유용한 정보가 많이 있습니다. 해석본 더보기 State 객체는 다음과 같은 생명주기를 가집니다: * Framework는 [StatefulWidget.createState]를 호출하며 [State] 객체를 생성합니다. * 새로 생성된 [State] 객체는 BuildContext와 연관이 있습니다. 이 연관성은 영구적입니다: [State] 객체는 절대 그 객체의 [BuildContext]를 바꾸지 않습니다. 그러나, [BuildContext]가 그것의 서브트리와 함께 트리를 움직일 수 있습니다. 그 시점에서, [State]..
Flutter/번역
2023. 2. 17. 14:04