wifi
wifi copied to clipboard
I am using `Wifi.list('')` but it is not updating scan wifi list accurately. Suppose There are 3 wifis are there initially and I generate one wifi with mobile hotspot and...
ios 13.5 wifi Wifi.level error
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.
Even with all permissions granted.
Android app crashes first time request permission when launching, on both deny and grant action. The app restarts, it works fine then. E/AndroidRuntime(11564): FATAL EXCEPTION: main E/AndroidRuntime(11564): Process: br.com.etereo.app, PID:...
I had performed certain changes that will return the `Secure` flag as particular wifi is password protected or not. So In case, we want to show the listing of wifi...
If you use background service IntentLeak expcetion will rease because of already register receiver
This is a small feature to disconnect from essid name. On example main.dart clicking on wifi from list, fill textfield. Thanks
Add additional options to configure security and hidden wifi connection to the library. Disconnect the WiFi before reconnecting in Android.
Happens after restarting the application when debugging. ``` E/MethodChannel#plugins.ly.com/wifi(29681): Failed to handle method call E/MethodChannel#plugins.ly.com/wifi(29681): java.lang.IllegalStateException: Reply already submitted E/MethodChannel#plugins.ly.com/wifi(29681): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:124) E/MethodChannel#plugins.ly.com/wifi(29681): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.error(MethodChannel.java:209) E/MethodChannel#plugins.ly.com/wifi(29681): at com.ly.wifi.WifiDelegate.finishWithError(WifiDelegate.java:267) E/MethodChannel#plugins.ly.com/wifi(29681): at...