Reputation: 1
I was hosting a Flutter Web project using Firebase Hosting.
I did firebase init then firebase deploy but my hosted website looks like this:
https://employee-profile-details.web.app/#/
please help me to solve the issue
please help me to solve the issue
Upvotes: 0
Views: 48
Reputation: 823
Error could be due to an expanded
or flexible
widget.
try removing the expanded or flexible containers from the code.
can you share code for more reference?
Upvotes: 0