728x90
개발을 하다보면 디버깅을 위해 print문을 자주 사용한다.
그런데 Avoid `print` calls in production code. 가 뜨며 사용을 권장하지 않는다.
print 대신 debugPrint() 혹은 log() 를 권장한다.
728x90
'Programming Guide > Flutter' 카테고리의 다른 글
[ Flutter ] The library is legacy 오류 해결법 (0) | 2023.02.05 |
---|---|
Flutter 시작하기 (1) | 2023.01.15 |