sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there soft keyboard and IME support for the touch screen devices?

xixixihaha opened this issue · comments

Under embedded Linux environment, looks like there is no input method support. Is there any solution available?

Thanks

flutter-elinux supports both physical and virtual keyboards.

It is not the responsibility of flutter to display the virtual keyboard itself. That needs to be handled on the window manager side.