Record flutter keyboard pop-up occlusion problem solution

Two solutions for personal records practice

1、

exist
Add the following attribute code to Scaffold:
resizeToAvoidBottomInset: false,

can solve the problem

2. Use the ListView control and wrap it around the periphery to achieve a sliding effect. I use this as the input box in the pop-up box, and the problem can be solved

Guess you like

Origin blog.csdn.net/wxx314165038/article/details/120953435