Home Flutter TextField 숫자만
Post
Cancel

Flutter TextField 숫자만

Flutter에서 사용자에게 무언가를 입력받을 때는 TextField를 사용하게 되는데 이러한 TextField에다가 사용자가 숫자만 넣게 하고 싶을 때가 있다

1
keyboardType: TextInputType.number,

그렇 때는 TextField keyboardType에 TextInputType.number을 넣어주면 된다

This post is licensed under CC BY 4.0 by the author.

Flutter the constructor being called isn't a const constructor 오류

Flutter LateInitializationError Field 변수 has not been initialized 오류