I have a quite complex screen with a page view and a FutureBuilder
. In the Pagebuilder I also have a TextFormField
, when I now click into the text field the keyboard opens like expected. But it then hides the textfield and a button below the text field.
I already searched for solutions, things i tried:
- setting
resizeToAvoidBottomInset
to true - putting the outer column or the pageview into a
SingleChildScrollView
- adding some padding (in the size of the keyboard) to the bottom
Any other ideas?
I only have ONE Scaffold.