Create account error
Closed this issue ยท 2 comments
mrmayurgithub commented
Got this error when i clicked on "Create an account?" button
I tried to solve this, it was happening because the TextEditingController is disposed everytime whenever FormMode is changed.
In the dispose method ->
Commenting out the statement controller?.dispose() is helping in removing the error, but I am not sure commenting out this will be good or not, as I think the TextEditingController will never be disposed in the app.
esDotDev commented
This is fixed in the latest build