In iOS, we have keyboard type namePhonePad and the Normal behavior of this keyboard type is as shown in the below snapshot.
and the output is, (This is what I want in Flutter)
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
You should try the package keyboard_actions