Flutter Keyboard makes textfield hide

 new Scaffold(
      appBar: new AppBar(
          ...
      resizeToAvoidBottomInset: true,
      ....

Fixed problem textfield was hidden by keyboard

Leave a Comment