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 had the same problem and as @apc said just make the key static or intialize it in iniState()...
iniState()...
if you use stateless widget make it static
static final GlobalKey _key = GlobalKey();