问题
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