Dart Input Field Overflow quando o teclado aberto

Scaffold(
  resizeToAvoidBottomInset: false,  // to keep the size, when opening the keyboard
  // body: ...
)
Attractive Addax