WiFiFlutter
WiFiFlutter copied to clipboard
Occasionally 'Searching for device...'
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,
);