텍스트필드를 누르면 보통 앱에서 지원하는 키보드가 올라오는데 이것이 페이지에서 실행을 하니 메모리 탓인지 아님 UI 탓인지 키보드가 늦게 나오는 현상이 있어서 autofucus 를 하게 적용하게 되었어요.
참고 URL : https://flutter.dev/docs/cookbook/forms/focus
TextField(
autofocus: true,
);
Flutter Google Map Default Marker 변경 (0) | 2021.05.18 |
---|---|
Flutter Clipboard 기능 (0) | 2021.05.14 |
Flutter textField controller enter event 처리 (0) | 2021.05.07 |
How to Add Back Button at App Bar with Flutter (0) | 2021.05.06 |
Flutter type test Operators(flutter type 비교 연산자) (0) | 2021.05.04 |