Flutter TextField hidden by Keyboard, try many solution but not working

后端 未结 4 1557
青春惊慌失措
青春惊慌失措 2020-12-12 04:33

When focussing on the TextField, the keyboard hides over the TextField. Below I attached a screenshot with code. Please guide me in fixing this issue.

signup

4条回答
  •  一向
    一向 (楼主)
    2020-12-12 04:48

    did you try using the form widget? add child as SingleChildScrollView which can have textformfield.

提交回复
热议问题