How to build flutter web app in debug mode?

后端 未结 2 936
遥遥无期
遥遥无期 2021-01-14 02:10

flutter build web will build my flutter app with obfuscation and minification.

I want my error stack to be readable though.

How should I modify

2条回答
  •  一生所求
    2021-01-14 02:57

    The only way I have found to do this is to use flutter run -d chrome. We would then need to locate where the files on disk are located.

提交回复
热议问题