How can I disable web support in Flutter?

三世轮回 提交于 2020-07-19 03:35:14

问题


I recently ran this command to try web support out in Flutter:

flutter config --enable-web

Now, every project I make has a web folder and inside is an index.html. Is there any way I can disable that for future projects and is it safe for me to just delete the folder and carry on?


回答1:


flutter config --no-enable-web

if you try to type flutter config in terminal you will see all options



来源:https://stackoverflow.com/questions/58463079/how-can-i-disable-web-support-in-flutter

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