DEV Community

Nasir Ahmed Momin
Nasir Ahmed Momin

Posted on

Flutter: Scroll Content on Keypad appears

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

Alt Text

Top comments (1)

Collapse
 
bobmoff profile image
Fille

It is not the ScrollView that does the work, it is the Scaffold. 🤓