Dhaval Kansara
Dhaval Kansara

Reputation: 3911

Flutter: Get list of all Near by WiFi networks

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.

Upvotes: 6

Views: 9276

Answers (1)

Haytham Mtair
Haytham Mtair

Reputation: 117

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

Upvotes: 2

Related Questions