问题
DioError [DioErrorType.other]:SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = catering.metacatering.cn, port = 80
flutter 打包出来的macos安装包以及debug运行起来的程序无法访问数据。
解决办法:
下面文件中
调试配置路径:macos/Runner/DebugProfile.entitlements
release路径:macos/Runner/Release.entitlements
添加
<key>com.apple.security.network.client</key>
<true/>
重新编译即可