flutternetwork / WiFiFlutter

Flutter plugin suite for various WiFi services.
https://wifi.flutternetwork.dev
274 stars 169 forks source link

wifi_iot can't established connection with ios device #350

Open nishant-kamboj opened 9 months ago

nishant-kamboj commented 9 months ago

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.

Zqiang12345 commented 3 months ago

Hello, have you found another alternative