I can list the available WIFI, but i cant connect to any red, the first time that press the Connection button, the app didn't do anything, flutter don't show error, but the second time that the Connection button is pressed i get this exception "PlatformException (PlatformException(already_active, wifi is already active, null))", but the wifi is not active and is not connected. That happen with all wifi that i try to connect, in Android 9.
It works only if I am connected to a wifi network, and I connect to another, but if I am not connected to any network, it does not work.
I can list the available WIFI, but i cant connect to any red, the first time that press the Connection button, the app didn't do anything, flutter don't show error, but the second time that the Connection button is pressed i get this exception
"PlatformException (PlatformException(already_active, wifi is already active, null))", but the wifi is not active and is not connected. That happen with all wifi that i try to connect, in Android 9.It works only if I am connected to a wifi network, and I connect to another, but if I am not connected to any network, it does not work.