enviroCar / enviroCar-Cross-Platform-App

10 stars 14 forks source link

Fixed a minor bug in login screen #12

Closed D-Ajay-Kumar closed 3 years ago

D-Ajay-Kumar commented 3 years ago

Clicking on the text field on login screen was rebuilding the whole screen as the future function was being called again. In order to fix that, the future function was extracted from the build function and now is being called in the initState to make it run only once.