I am creating a Flutter app for scanning and listing available Wi-Fi networks near a mobile device. I am using the wifi_scan package.
For Android it was working fine but for iOS, it is not showing the list. After searching for listing Wi-Fi networks on an iPhone, I concluded that there is some technical difficulties in implementing the functionality to scan for the Wi-Fi network list in an iPhone.
So, has anyone seen a workaround for this issue?