Lately I have noticed that the on-screen keyboard in emulators appears as a dialog box, instead of the bottom insets as it has done before. This causes other strange behavior in my apps. Is there a method that I can force the system to provide a on-screen-keyboard as an inset on the bottom (as it did for pre android15 system emulators ?).
This is what i want (as it was prior to android 14 or on samsumg models (even if they are android 15 and android 16)):
This is what I get (android 15&16 emulators):
And next when clicking here to make it appear
And how it is in the screen when it appears:
So my final question is, where in the settings (or what must i program (in Flutter)) to make the keyboard appear as an inset as the first picture shows ?
you can disable it with this step
open keyboard setting

disable by toggle Use Stylus to write in text fields

Now when you pop the keyboard setting screen everything should be fine now
