archiveSoftware

Experience

Flutter TextFormField / TextForm Reloads Current Screen On Focus

An annoying behaviour occurred when I was building my first form inside a Flutter application for iOS / Android. On the simulator as soon as I focus any text field, the keyboard would momentarily pop up and then the page would reload. How do you fix this annoying issue?