Search code examples
dartkeyboardflutter

How to set TextInputType as Korean language?


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?


Solution

  • 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.