From 66115014b5cb34bf68739b0e111db07dca7879b3 Mon Sep 17 00:00:00 2001 From: Kevin Worth Date: Fri, 15 May 2020 09:03:32 -0400 Subject: [PATCH] Enable network requests in mac os app According to documentation here: https://flutter.dev/desktop#setting-up-entitlements this change is needed so that the app can send network requests --- flutterempires/macos/Runner/DebugProfile.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flutterempires/macos/Runner/DebugProfile.entitlements b/flutterempires/macos/Runner/DebugProfile.entitlements index dddb8a3..08c3ab1 100644 --- a/flutterempires/macos/Runner/DebugProfile.entitlements +++ b/flutterempires/macos/Runner/DebugProfile.entitlements @@ -8,5 +8,7 @@ com.apple.security.network.server + com.apple.security.network.client + -- 2.43.0