Looking to make page "scroll" but not shrink to fit...

So it's a rather tough question to ask as I'm a new mobile developer in terms of the lingo like scroll, shrink, etc.. however we have a traditional (native) mobile app on Android and for the sake of argument pretend the page is 360x800. When clicking on an input for example and the keyboard comes up, nothing "moves" on the page. You can scroll on to be able to see where you were typing/are typing but the page doesn't... "shrink" is the best way I could describe it.

The reason I noticed it while locally testing was because a login button had the pixel overflow caution over it and I was like hmm that's strange it shouldn't overflow anything as I would expect nothing to actually "move" (I'm calling it shrink) on the page it would just allow you to scroll up/down.

I'm curious if there is ultimately a way to do the same thing with FlutterFlow/Flutter? I've tried with scroll off, scroll on. 100% width and 100% height but nothing seems to keep everything "in place" when the keyboard is brought up.

3 replies