How to make TextFormField only accept physical keyboard and never show on screen keyboard? (Flutter)
I'm working on a Flutter project, which will run on an android device that already has a physical keyboard built in. Does anyone know how to never display the on screen keyboard, and only accept data from the physical keyboard?…