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

后端 未结 11 2740
不知归路
不知归路 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 03:09

    I've faced the same problem. Actually the problem was in the native code.

    You can track the problem for android if you open an your_app/android project from Android Studio and run it, the same for iOS -> open ios project in XCode So after I've fixed it the app run as intended

    I hope this'd help

提交回复
热议问题