Please enable Wi Fi permissions in flutterflow

Project Settings

In the Privacy Manifest Configurations of the Mobile Deployment section under settings.

You are able to enable certain permission settings for iOS Deployment as if you were in X-code.

As my organization uses FlutterFlow to publish our changes directly to the app store it would be very cumbersome for us to load the app into X - Code just to enable protected Wi-Fi settings such as obtaining the name of the connected Wi-Fi network.

We much prefer the one-click submit that flutterflow provides

Can you please enable the same functionality that you have for the other protected permissions under Privacy Manifest Configurations to include the permissions show in this post here.

https://stackoverflow.com/questions/55716751/flutter-ios-reading-wifi-name-using-the-connectivity-or-wifi-plugin/55732656#55732656

This functionality is very useful to many apps and I think it would help not only ourselves but many others as well.

How to enable for yourself.

If you would like to enable wifi credentials for your various Wifi plugins you can do so by selecting the runner app as show in the picture below and adding to the entitlement file.

be sure to paste:

com.apple.developer.networking.wifi-info

from

https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_wifi-info

and change the value to true

What have you tried so far?

We have done the permission setting manually each time to allow the functionality

Did you check FlutterFlow's Documentation for this topic?
Yes