Search code examples
flutterkeyboard

KeyboardType namePhonePad in Flutter


In iOS, we have keyboard type namePhonePad and the Normal behavior of this keyboard type is as shown in the below snapshot.

enter image description here

and the output is, (This is what I want in Flutter)

enter image description here

This is the output of iOS's namePhonePad keyboard type.

I want the same behavior for the flutter keyboard type.

I have reviewed and there is no namePhonePad keyboard type in a flutter. We have separate types like phone, number, name, etc, but not namePhonePad

Flutter's output is, enter image description here


Solution

  • You should try the package keyboard_actions