TextFormField moving to HomePage when KeyboardAppears

Viewed 23

guys.

I'm having some trouble with TextFormFields on my app.

I've got Login screen with Form widget, that works pretty fine, i can put login and password and then do the login.

But after login every TextFormfFeld that i tap to write some words the keyboard appears and then the app crashes and moves back to HomeScreen.

each Form widget has its own Global Key, I don't know why this behavior is occurring.

Things that I've tried:

create a static GlobalKey, but when I do this an error is displayed saying that I'm using a unique global key in too many widgets.

0 Answers
Related