flutter-wifi-connect
flutter-wifi-connect copied to clipboard
Dead simple WiFi connect functionality for flutter.
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...
Hi! I have updated dependencies versions and also migrated android project to use androidx. This is aimed to fix issues like this: https://github.com/scientifichackers/flutter-wifi-connect/issues/1 Please let me know what do you...
Hi, I try to use your component but I got this error: `FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle...
mylibmanager version 2_1_0] flutter pub add wifi_connect The current Dart SDK version is 3.3.3. Because mylibmanager depends on wifi_connect any which doesn't support null safety, version solving failed. The lower...