flutternetwork / WiFiFlutter

Flutter plugin suite for various WiFi services.
https://wifi.flutternetwork.dev
285 stars 177 forks source link

smart_link is not supported!!! on android 10 and 11 #386

Open shedrackikwabe opened 5 months ago

shedrackikwabe commented 5 months ago

I am trying to connect with the Wi-Fi hotspot using a flutter app via WiFiForIoTPlugin.connect(). I am getting a pop up dialog on the phone and on the IDE terminal the log prints smart_link is not supported!!!. I have tried to catch exceptions to see if I could at least retry connection, but there is no any error thrown on the catch block. Any one for a help? NB: For android 9, 12 and later the issue is not shown.