키보드에 완료버튼을 만들어서 입력을 마친 후 textfield focus를 변경하고 싶다면
TextField(
textInputAction: TextInputAction.done
...
)
How do I change Text Input Action Button (return/enter key) on Keyboard in Flutter?
In Android and iOS it is possible to change the enter/return key of the keyboard to e.g. a "Go" button (and other options). On top, we can see the regular "Return" button on both systems, which i...
stackoverflow.com
728x90
'Flutter' 카테고리의 다른 글
[Flutter] rename project 프로젝트명(폴더명) 변경하기 (0) | 2023.02.14 |
---|---|
[Flutter] Vscode DevTools 사용하기 (0) | 2023.02.11 |
[Flutter] android appbar title center (0) | 2023.02.11 |
[Flutter] ListView의 이미지 확대, gallery 기능 / image enlarge and swipe (0) | 2023.02.08 |
[Flutter] setstate not working on get.bottomSheet (0) | 2023.02.07 |