Home > Back-end >  Flutter: UI didn't push up when the keyboard appear
Flutter: UI didn't push up when the keyboard appear

Time:04-13

I create 3 text fields to get input from the user on this screen. The problem is when the keyboard appears, the UI didn't move up to the keyboard.. I already add resizeToAvoidBottomInset: false inside the Scaffold widget but it won't work. Here is the screenshot and the code for this page.

enter image description here

  • Related