sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
424 stars 43 forks source link

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

Closed xixixihaha closed 1 year ago

xixixihaha commented 1 year ago

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

Thanks

HidenoriMatsubayashi commented 1 year ago

flutter-elinux supports both physical and virtual keyboards.

HidenoriMatsubayashi commented 1 year ago

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