Hi I am trying to create login screen. It is working fine for me. When I open the keyboard then it is giving me an error Bottom overloaded by 213 pixels.
Bottom overloaded by 213 pixels
You can set resizeToAvoidBottomInset: false for avoiding overflow, but you can't reach fields in bottom of page, which can be covered by keyboard.
resizeToAvoidBottomInset: false
Or you can wrap body of Scaffold inside SingleChildScrollView
Scaffold
SingleChildScrollView