Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

Keyboard Pushes Text Fields off screen flutter

just add this to the Scaffold
  
Scaffold(
  resizeToAvoidBottomPadding: false,
 
PREVIOUS NEXT
Tagged: #Keyboard #Pushes #Text #Fields #screen #flutter
ADD COMMENT
Topic
Name
6+5 =