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

변할 수 있는 state를 가지는 위젯입니다. State는 다음과 같은 정보입니다. (1) 위젯이 build 될 때 동기적으로 read 될 수 있습니다. (2) 위젯의 lifetime 동안 바뀔 수 있습니다. 이러한 state가 변경되면, State.setState를 사용하여 해당 state가 즉시 알려질수있도록 하는 것은 위젯 implementer가 구현해야합니다. Stateful 위젯은 유저 인터페이스를 보다 구체적으로 설명하는 다른 위젯의 constellation(연관이 있는 무리)을 구축하여 유저 인터페이스의 일부를 설명하는 위젯입니다. building 프로세스는 유저 인터페이스의 설명이 완전히 자세해질 때까지 재귀적으로 진행됩니다.(e.g. RenderObjectWidgets는 구체적인 Rend..
Flutter/API
2023. 2. 17. 13:58