5

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.

enter image description here

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.

Dhaval Kansara
  • 3,478
  • 5
  • 22
  • 50

1 Answers1

1

head to wifi_iot i think it's enough to explain what is available right now. Good Luck!

Haytham Mtair
  • 107
  • 2
  • 4
  • 13