gaaclarke
gaaclarke
Hey @bsutton, I have an example of using pigeon with Swift (https://github.com/gaaclarke/GiantsA2A). It shouldn't be a problem, Swift interacts well with objc and steps were taken to make sure things...
@kevmoo @natebosch It seems the http package is unable to take advantage of the phone's VPN to access internal servers. This issue is a bit old now, have we addressed...
My concern is that maybe Apple doesn't allow access to the operating system's VPN settings unless accessing the network through their API (CFSocket). If Dart is using lower level unix...
@ZichangG `In iOS, POSIX networking is discouraged because it does not activate the cellular radio or on-demand VPN. Thus, as a general rule, you should separate the networking code from...
This is ready to review @a-wallen and @dnfield. We just can't land it until the engine PR is merged. The integration test isn't run as part of the presubmit tests.
The engine pr rolled in https://github.com/flutter/flutter/pull/112025
@cfontas maybe you have an idea since your PR was also fuchsia related and was effected?
Looking through the commits that landed today. One doesn't seem obvious to me. Normally I'd suggest doing a bisect. I'm not sure if that is easy to do for you...
@goderbauer please take a look.
Thanks @goderbauer!