How can I disable web support in Flutter?

前端 未结 1 1502
灰色年华
灰色年华 2021-02-13 10:21

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

flutter config --enable-web

Now, every project I make has a web fol

1条回答
  •  星月不相逢
    2021-02-13 10:56

    flutter config --no-enable-web
    

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

    0 讨论(0)
提交回复
热议问题