79571759

Date: 2025-04-13 16:27:22
Score: 1
Natty:
Report link

you can do:
final keyboardHeight = MediaQuery.of(context).viewInsets.bottom;

and edit the bottom padding to be like that:

  bottom: AppSizes.medium + keyboardHeight,

or you can add Sizedbox at the bottom with fixed height so it always appears

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohamed Emad