Currently we are using Flutter in an Android device that has a phisical keyboard, when we input data in a textfield we use the phisical keyboard, but the soft keyboard appears anyway and gets in the way hiding the information in the screen the user needs to see while typing.
There is currently the option keyboardType.none, but when using it dissables the textfield and we cannot input data, not even with the phisical keyboard, we need an option to disable the soft-keyboard but that allow us to use the phisical one.
thanks.