You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception caught by widgets library =======================================================
The following assertion was thrown building Builder:
_LoadingScreenState.initState() returned a Future.
State.initState() must be a void method without an async keyword.
Rather than awaiting on asynchronous work directly inside of initState, call a separate method to do this work without awaiting it.
The relevant error-causing widget was:
MaterialApp file:///E:/flutter_projects/Clima-Flutter/lib/main.dart:9:12
When the exception was thrown, this was the stack:
The text was updated successfully, but these errors were encountered:
Exception caught by widgets library =======================================================
The following assertion was thrown building Builder:
_LoadingScreenState.initState() returned a Future.
State.initState() must be a void method without an
async
keyword.Rather than awaiting on asynchronous work directly inside of initState, call a separate method to do this work without awaiting it.
The relevant error-causing widget was:
MaterialApp file:///E:/flutter_projects/Clima-Flutter/lib/main.dart:9:12
When the exception was thrown, this was the stack:
The text was updated successfully, but these errors were encountered: