반응형
int를 bool로 변환:
myInt == 0 ? false : true;
bool을 int로 변환
myBool ? 1 : 0;
반응형
'flutter' 카테고리의 다른 글
table calendar flutter provider (1) | 2022.06.07 |
---|---|
emulator에서 앱 삭제하기 (0) | 2022.06.04 |
flutter error - Error launching application on sdk gphone64 arm64 (0) | 2022.06.01 |
flutter table calendar (0) | 2022.05.31 |
Flutter Quill text editor (0) | 2022.05.27 |