1

I have to implement TextInputType as Korean for the TextField, but default TextInputType.text is only English.

How can I set this option as my specific language?

molamola
  • 269
  • 4
  • 15

1 Answers1

1

Right now this feature is not implemented in current version of the Flutter. Issue already posted https://github.com/flutter/flutter/issues/25841

So it good for you to don't fight with it and wait.

iPatel
  • 46,010
  • 16
  • 115
  • 137
  • Dude Flutter not poor, I thought it's also not possible in Native even https://stackoverflow.com/questions/12595970/iphone-change-keyboard-language-programmatically – iPatel Jan 30 '19 at 05:36