WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Unable connect WIFI manually

Open sachinbhartiaphro opened this issue 2 years ago • 0 comments

We connected to WIFI manually but the internet was not working. Please find a solution.

WiFiForIoTPlugin.connect( wSsid, password: wPass, joinOnce: false, withInternet: true, timeoutInSeconds: 30, security: NetworkSecurity.WPA, ).then((value2) => { showStatus("Connect With Internet : $value2"), wifiConnectState = value2, if (!value2) { showStatus("Connecting to $wSsid failed"), count = 13, } });

sachinbhartiaphro avatar Sep 29 '23 06:09 sachinbhartiaphro