I am running my flutter app on a Debian with Openbox (X11).
When i touch a TextField, the keyboard doesn't appear.
I have tried to request the focus and set the autofocus: true on the TextField but it doesn't work either.
It works fine on my iOS / Android devices.
Is this supported by flutter for X11 backends ? Should i install some keyboard package on my Debian so flutter can use it ?
Thanks in advance !