从 flutter 中排除 web 部件
Exclude web part from flutter
在新的更新之后,我注意到当我使用 Flutter create myproject
时,我也包含了网络文件夹,无论我是否想要它。所以我的问题是
Is there anyway to exclude web portion during FLutter create
???
在创建项目前执行这条命令:
$ flutter config --no-enable-web
在新的更新之后,我注意到当我使用 Flutter create myproject
时,我也包含了网络文件夹,无论我是否想要它。所以我的问题是
Is there anyway to exclude web portion during
FLutter create
???
在创建项目前执行这条命令:
$ flutter config --no-enable-web