How to fix HttpException: Connection closed before full header was received

后端 未结 11 2729
不知归路
不知归路 2020-12-03 02:22

I have recently upgraded my flutter version in my app. But when I want to debug the application, it shows me the following error.

Error connecting to the service prot

11条回答
  •  不知归路
    2020-12-03 02:59

    I found the solution/work around. For me, it worked on physical device but not on emulator. The simple fix is to use your an emulator of x86 environment rather than x86_64 emulator.

提交回复
热议问题