WiFiFlutter
WiFiFlutter copied to clipboard
wifi_iot can't established connection with ios device
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.
Hello, have you found another alternative