scientifichackers / flutter-wifi-connect

Dead simple WiFi connect functionality for flutter.
Other
23 stars 11 forks source link

Doesn't work for android 10+ #5

Open Bersh opened 3 years ago

Bersh commented 3 years ago

The current android implementation doesn't work for Android SDK version >= 29. Form SDK 29 you need to you connectivityManager.requestNetwork in order to connect wifi network WiFiManager.addNetwork will always fail and return -1

caique-dourado commented 1 year ago

Hello @Bersh.

What should I do to be able to connect to wifi using SDK >= 26? Do you have any code for this?