flutter开发macOS桌面和android访问网络api特别配置
flutter 构建 macOS 需要请求特定授权才能访问网络
需要在两个文件里添加键值打开权限
macos/Runner/DebugProfile.entitlements
macos/Runner/Release.entitlements
<key>com.apple.security.network.client</key>
<true/>
需要停止并重新启动应用程序以使更改生效
flutter 开发 andriod 访问本地 localhost 需要 把 localhost 改成 10.0.2.2