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
Thanks for this awesome work Reso
After upgrading my flutter SDK, I get a white screen when the app starts, after reading the logs, all you have to do is add WidgetsFlutterBinding.ensureInitialized(); to the main method in main.dart.
And also consider upgrading the app to androidX
I just thought I should point it out to save others from similar frustration because it is heartbreaking to go through all this work and have a white screen in the end.
Again, thanks for the awesome tutorial, it has taught me a lot
Cheers
The text was updated successfully, but these errors were encountered:
Thanks for this awesome work Reso
After upgrading my flutter SDK, I get a white screen when the app starts, after reading the logs, all you have to do is add WidgetsFlutterBinding.ensureInitialized(); to the main method in main.dart.
And also consider upgrading the app to androidX
I just thought I should point it out to save others from similar frustration because it is heartbreaking to go through all this work and have a white screen in the end.
Again, thanks for the awesome tutorial, it has taught me a lot
Cheers
The text was updated successfully, but these errors were encountered: