In android version, Flutter TextEditingController does not scroll above keyboard like default text fields do when you start typing in field. I tried to look in sample apps provi
so simple
if your textfields is between 5-10 fields
SingleChildScrollView( reverse: true, // add this line in scroll view child: ... )