Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter keyboard overflow when opens

there's two solution for this problem :
1- you need to just add this line to your Scaffold     
 
resizeToAvoidBottomInset: false,

2- or wrap all your widgets with SingleChildScrollView()
 
PREVIOUS NEXT
Tagged: #flutter #keyboard #overflow #opens
ADD COMMENT
Topic
Name
6+7 =