WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

wifi_iot can't established connection with ios device

Open nishant-kamboj opened this issue 2 years ago • 1 comments

hi there,

I am developing an application, In wifi_iot library, I am facing a problem when using the wifi connection function when running the app in iOS device. final connected = await WiFiForIoTPlugin.connect( ssid, password: password, security: STA_DEFAULT_SECURITY, joinOnce: true, ); this function not working on iOS, is there any solution for iOS or any other library in flutter for solving the problem in ios connection.

nishant-kamboj avatar Sep 26 '23 12:09 nishant-kamboj

Hello, have you found another alternative

Zqiang12345 avatar Mar 26 '24 03:03 Zqiang12345