79766935

Date: 2025-09-17 06:02:15
Score: 1
Natty:
Report link

you can set the

resizeToAvoidBottomInset: false,

and wrap the column you are using textfield or form with a singlechildscollview and add padding

SingleChildScrollView(
                      padding: EdgeInsets.only(
                        bottom: context.viewInsetsBottom,
                      ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pranav