Zach Wright

Results 5 comments of Zach Wright

Temporary Solution: ``` flutter_beacon: git: url: https://github.com/alann-maulana/flutter_beacon.git ref: 0c63b2d8fb534d720c6430aabcd20704e87e69b0 ```

Happened to me on Linux also

I tried ``` var response = await Process.run('curl', ['http://10.22.2.214/settings/time']); ``` for fun and it Successfully returned the response on flutter android and flutter linux.

I created a quick server that returns the value I showed above It looks liked the problem is with the header: 'Transfer-Encoding': 'chunked'

I will acknowledge that the request from the 3rd party device I am working with **is** erroneous. But the problem that I would say should be addressed here is that...