How to host Flutter Web (Hummingbird) on Firebase Hosting

廉价感情. 提交于 2019-12-01 00:50:29

Finally, I solved the issue. I navigate the wrong path in public folder on firebase hosting. To deploy flutter web first I need to build the project using below command

Build

webdev build

After I build the project It creates a build folder inside the project

Before I public path as root but the correct path is build

Correct Path:

 What do you want to use as your public directory? build

I attached full command of firebase hosting deployment below,

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!