Keyboard Pushes TextFields off screen Keyboard Pushes TextFields off screen flutter flutter

Keyboard Pushes TextFields off screen


The Scaffold has a properly to deal with this:

Scaffold(  resizeToAvoidBottomPadding: false,

There are rare cases where it doesn't work but that should take care of it.