美文网首页
flutter macOS desktop App [dio]

flutter macOS desktop App [dio]

作者: DerekTime | 来源:发表于2020-09-14 14:18 被阅读0次

Without the

com.apple.security.network.client entitlement,

for example, network requests will fail with a message such as:

flutter: SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = example.com, port = 443

需要在macos/Runner/Release(DebugProfile).entitlements
文件中添加

<key>com.apple.security.network.client</key>
    <true/>

相关文章

网友评论

      本文标题:flutter macOS desktop App [dio]

      本文链接:https://www.haomeiwen.com/subject/gvlzektx.html