scientifichackers / flutter-wifi-connect

Dead simple WiFi connect functionality for flutter.
Other
23 stars 11 forks source link

Fix fetching of Wifi SSID on IOS 13, Fix connection to Wifi with hidden SSID on Android #2

Closed TahaAli07 closed 4 years ago

TahaAli07 commented 4 years ago

This adds Location permission for IOS , which is necessary to fetch Wifi SSID on iOS 13 and above. This fixes connect with Wifi with hidden SSID on Android.