ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
1.99k stars 623 forks source link

Blank White Screen when App is Launched #17

Open Mawulijo opened 4 years ago

Mawulijo commented 4 years ago

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