Closed

Description
I have often build Android and iOS app's with a custom keyboard that is not really a keyboard but simply a view/widget that is part of the layout, and then handling all input to a given TextField manually in code. To make this work, I need a way to prevent the OS keyboard from showing up when the TextField receives focus. Could a option to disable keyboard for a TextField be added to Flutter?