Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

unable to connect wifi using "wifi_configuration" package in flutter

In My new project

My project

I am using the "Wifi_configuration" package to connect wifi through my app itself. But i am unable to connect to wifi using the "Wifi_configuration" package. I had added all the permissions also which are required for it in the android manifest file But every time it says unable to connect to wifi and unable to enable "WIFI" Even though all code is proper I have copied it from the flutter API page itself. Even the wifi is already connected then also it is not showing in wifi status that is already connected


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The "Wifi_configuration" package will not work as android has changed the way of directly connecting to wifi using ssid and password by third party app.

So to check the connected wifi status like ssid you can use "connectivity" flutter package.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...