vinay
vinay

Reputation: 1

Hosting flutter web application on firebase

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

Answers (1)

Sparsh Jain
Sparsh Jain

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

Related Questions