Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter fix problem keyboard resize screen

### 1.Add this property for Scaffold()

resizeToAvoidBottomInset: false,


### 2. Add Padding Bottom at widget that we want to show 
##     when keyboard UP.

 MediaQuery.of(context).viewInsets.bottom
 
PREVIOUS NEXT
Tagged: #flutter #fix #problem #keyboard #resize #screen
ADD COMMENT
Topic
Name
1+8 =