Flutter 개발을 하다보면 password
를 처리해야하는 시점이 온다. 로그인 할때.
그때 password는 보이면 안되는 문제가 발생한다.
이 문제는 TextFormField에서 obscureText
property로 해결할 수 있다.
[✓] Flutter (Channel master, v1.18.0-6.0.pre.83, on Mac OS X 10.15.4 19E287,
locale ko-KR)
이 버전에서 계속 실패가 되는 것이다.
현재 2020.05.11, Flutter의 stable version은 1.17.0이다.
따라서 버전을 내렸다.
그랬더니 obscureTest
property가 잘 먹힘!
stable 버전으로 개발을 해야한다는 깨닳음이 있었던 오늘이다.
'App > Flutter' 카테고리의 다른 글
[Flutter] Section 4 (0) | 2020.05.17 |
---|---|
[Flutter] Section3 (0) | 2020.05.15 |
[Flutter] Section2 (0) | 2020.05.13 |
[Flutter] Section1 (0) | 2020.05.11 |
Flutter (0) | 2020.04.30 |
댓글