wonjerry/flutter_wifi_connector

connectToWifi returns true without connecting to the network

Closed this issue · 2 comments

Using a device running Android 11, when I attempt to connect to a private network, it returns true, even though it does not connect to the WiFi network.
All the correct permissions have been added to the AndroidManifest.xml and there is no problem with flutter doctor.

This is because the current implementation is not supporting the latest API's
I was working on #13 but the android API very poorly documented. So I am reworking everything.

duplicate of #12