gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.
MIT License
3.85k stars 787 forks source link

Create account error #15

Closed saivishnu725 closed 3 years ago

saivishnu725 commented 3 years ago

Got this error when i clicked on "Create an account?" button

mrmayurgithub commented 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 ->

folio 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 3 years ago

This is fixed in the latest build