WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Occasionally 'Searching for device...'

Open Jay-57blocks opened this issue 1 year ago • 0 comments

Occasionally 'Searching for device...', Especially when installing the App for the first time

  connected = await WiFiForIoTPlugin.findAndConnect(
      ssid,
      bssid: bssid,
      // Verdigris Wifi cannot access the Internet, so it is true
      withInternet: false,
      // WIFI cannot be saved, otherwise uninstallation and reinstallation will not prompt a box to connect to the SSID.
      joinOnce: true,
      //  Connection timeout period
      timeoutInSeconds: 10,
    );

Jay-57blocks avatar Dec 04 '23 03:12 Jay-57blocks