Skip to content Skip to sidebar Skip to footer

Only Blank White Screen Is Displayed When I Run My Flutter App

iam using flutter upgraded version and the app builds fine before writing the code to get data from firebase but after this when i run my app only white scree appears on my mobile

Solution 1:

E/flutter (32259): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: [core/not-initialized] Firebase has not been correctly initialized. Have you added the "google-services.json" file to the project?

check this file is added in your project or not,

"google-services.json"

enter image description here

Solution 2:

Post a Comment for "Only Blank White Screen Is Displayed When I Run My Flutter App"