Closed saivishnu725 closed 3 years ago
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.
This is fixed in the latest build
Got this error when i clicked on "Create an account?" button