📅  最后修改于: 2022-03-11 15:00:28.458000             🧑  作者: Mango
Try with static ... _formKey ...
static GlobalKey _formKey = new GlobalKey();
Currently the key is recreated every time _LoginState is rebuilt, which defeats
it's purpose.