0

I want to use an external keyboard in flutter, so I need to hide the keyboard while typing, how do I do it?

long
  • 327
  • 3
  • 14
  • 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

0 Answers0