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
This align items bottom to top, Try this..
child: SizedBox( height: MediaQuery.of(context).size.height, child: SingleChildScrollView( reverse: true,