I have been struggling with this for a while now. FlutterFlow does not seem to support the flag for changing how the onscreen keyboard overlays on the screen which can really mess with some UI.
What I mean by this is that the on screen keyboard is stuck "Squishing" the content on the page in order to display. Flutter has a toggle for this on the Scaffold called resizeToAvoidBottomInset. This property forces the keyboard to sit ontop of the UI instead of squishing it which is the perfered behavior on some screens/ UI layouts.
However, FlutterFlow does not expose this within the editor.
Does anyone have a decent solution for this? I feel like there should be a property in the Scaffold section for this (see image).
FlutterFlow Elegant ways to Handle Popup Keyboard?
Widgets & Design
Yes
5
2 replies