flutter-wifi-connect icon indicating copy to clipboard operation
flutter-wifi-connect copied to clipboard

Doesn't work for android 10+

Open Bersh opened this issue 5 years ago • 1 comments

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

Bersh avatar Oct 04 '20 10:10 Bersh

Hello @Bersh.

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

caique-dourado avatar Oct 19 '22 11:10 caique-dourado