반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/09   »
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
Archives
Today
Total
관리 메뉴

welcome to my blog

[Flutter] RxMap 사용 본문

Flutter

[Flutter] RxMap 사용

_annie_ 2022. 1. 20. 20:55
728x90

 

- 선언

RxMap fruitsMap = {tr("Apple") : true,  tr("Banana"): false}.obs;

 

- 값 변경(update)

fruitsMap.update("Apple", (value) => !value);

 

728x90
반응형

'Flutter' 카테고리의 다른 글

[Flutter] 윤년계산하기 - dart  (0) 2022.03.22
[Flutter] SmartRefresher 정리  (0) 2022.02.16
[Flutter] Wrap, Chip, FlowLayout  (0) 2022.01.11
[Flutter ]textbuttonTheme  (0) 2022.01.11
[Flutter] ThemeData 설정하기  (0) 2022.01.05