Flutter – multiple textFormField's: when clicking "done" on keyboard, keyboard won't dismiss and will move the cursor back to first textFormField
I have a scenario where I need to have a form with multiple TextFormFields (in the snippet below, I simplified to three). These TextFormFields must be only shown after a certain Future completes (it is an animation, but I'm simplifying…