In the beginning for my Flutter journey, I struggled with scrolling the UI when Keypad appears on screen. Later I found out that it is pretty simple enough, I just have to use one single widget.
SingleChildScrollView()
Below is entire gist code
For further actions, you may consider blocking this person and/or reporting abuse
0x3d Site -
Ayodeji Ayankola -
Julia Shlykova -
Julia Shlykova -
Top comments (1)
It is not the ScrollView that does the work, it is the Scaffold. π€