After trying to get Flutter forms to work, mixed with learning Dart and all the Flutter’s intricacies, i came to the conclusion that Form support in Flutter is, at best, sub-par. Namely, there seems to be no support to sequence the inputs (e.g. when you insert text in the first, finish it and focus immediately on the next control, etc.) and, another annoying thing, there is no way to make sure the field you are editing is visible after the keyboard shows up (e.g to scroll to it after the keyboard appears)…
Anybody has a solution? Comment below.
Leave a Reply