Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after connect trying to use internet #388

Open
Shresthj opened this issue May 3, 2024 · 1 comment
Open

after connect trying to use internet #388

Shresthj opened this issue May 3, 2024 · 1 comment

Comments

@Shresthj
Copy link

Shresthj commented May 3, 2024

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
Copy link

sent7400 commented May 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants