Search code examples
firebaseflutterdartprogressive-web-appsfirebase-hosting

Not able to run the flutter firebase web app on google chrome


I am new to flutter firebase web app development.
I tried to run the the project using flutter run -d chrome --release
The end result is as shown in the screen shot below

enter image description here

How may I configure it correctly to display the elements of the UI.
Please guide. Thanks in advance.


Solution

  • May be something is throwing null, that's why grey screen is coming . Check if any value is assigned null.