I want to use an external keyboard in flutter, so I need to hide the keyboard while typing, how do I do it?
Asked
Active
Viewed 239 times
0
-
Does this answer your question? [How to hide soft input keyboard on flutter after clicking outside TextField/anywhere on screen?](https://stackoverflow.com/questions/51652897/how-to-hide-soft-input-keyboard-on-flutter-after-clicking-outside-textfield-anyw) – help-info.de Dec 25 '19 at 10:48
-
SystemChannels.textInput.invokeMethod('TextInput.hide'); – Murat Aslan Dec 25 '19 at 12:11