Mattia Aracne
Mattia Aracne
The Android compileSdkVersion is still set to 29, please update it to at least 33 otherwise it can cause issues with the Android Gradle Plugin, for example when changing the...
Please accept this pull request and release a new version of the library since it's blocking compilation with Flutter 3.16. Thank you!
Adding BSSID is useful when multiple APs share the same SSID and you need to distinguish them.
Add a new method that allows you to check if the Wi-Fi adapter is enabled or disabled on Android. Compiled and tested working on Android.
You just need to leave out the password field when calling the "connection" method. Also makes password an optional positional parameter to ensure compatibility with previous code. Compiled and tested...