flutternetwork / WiFiFlutter

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

after connect trying to use internet #388

Open Shresthj opened 2 months ago

Shresthj commented 2 months ago

ssid = 'CELIUMWIFI' password = 'CELIUMPASS' Future _connectToWifi(ssid, pass) async { try { var detail = await WiFiForIoTPlugin.connect(ssid, password: pass, security: NetworkSecurity.WPA); print(detail); } catch (e) { print("Error connecting to WiFi: $e"); } }

in this code after connect i am trying to use internet but i am not able to use.

sent7400 commented 1 month ago

same here, I am not able to use internet after successful connection