79180330

Date: 2024-11-12 08:35:15
Score: 1
Natty:
Report link

Use a SingleChildScrollView around your widget, keep resizeToAvoidBottomInset: true

SingleChildScrollView(
    // Make sure the SingleChildScrollView has a padding at the bottom equal to the keyboard height
    padding: EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom)
    child: ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shaikh Faiyaz