Sign up form with flutter
I\'m trying to build an app front end with flutter and it\'s my first time so I faced some bugs like this one: there is no way to edit my textf
I see that you have declared formkey inside build function. It should be outside the build function. Checkout here