WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

connect is always returning false

Open shyambandla opened this issue 3 years ago • 4 comments

`enableWifi() async { WiFiForIoTPlugin.forceWifiUsage(true); await WiFiForIoTPlugin.connect('praneet',password: 'arshu581',security: NetworkSecurity.WPA ).then((value) { }).catchError((error){ print('ERROR: $error'); });

}`

shyambandla avatar Apr 19 '22 07:04 shyambandla

connect method always retuning false

shyambandla avatar Apr 19 '22 07:04 shyambandla

Please give more info like - platform, device, verison, etc.

Also encourage you to go through README (if you havent already) of wifi_iot.

daadu avatar Apr 19 '22 13:04 daadu

yes i went through documentation.

device : samsung galaxy m21 api level: 30 version: 11

target sdk 31 compiled sdk 31

shyambandla avatar Apr 19 '22 13:04 shyambandla

motorola e6s with android 9 also fails

carlos00027 avatar May 05 '22 05:05 carlos00027