You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS uses **App Sandbox** to protect user data and system resources by restricting an app's access to certain capabilities. These entitlements explicitly grant your app the necessary permissions to:
19
-
- Establish network connections (both as a client and server).
20
-
- Access files in the user's Downloads folder and files selected by the user.
21
17
22
18
If not added, you can encounter a network connection error similar to the following while running your Flutter app on macOS:
0 commit comments