I am working on one IoT application, and I have to connect my IoT device with the wifi network using Flutter application similar to Google Home, Amazon Echo, and Alexa. For the same, I required all available wifi lists in the network. So Is it possible the get a list of all available Wifi list in Flutter?
In Android, Using the wifi_flutter and wifi I am able to get the available wifi list. But I don't found any library or any solutions using which I can get the wifi list for iOS Swift.
Alexa App Screenshot:- https://ibb.co/f9zf2qn
Google Home App Screenshot:- https://ibb.co/B4WxvKd
Please write your answer with some code if you know any solution.
