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.
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.