wifi icon indicating copy to clipboard operation
wifi copied to clipboard

Results 36 wifi issues
Sort by recently updated
recently updated
newest added

This may be due to the limitations of the OS platforms, but if possible, it would be nice to have an option to tell the OS to delete the Ap's...

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,...

When I am on mobile network and not connected to WiFi This line fails `final String ip = await Wifi.ip;` The following error I get: ``` E/MethodChannel#plugins.ly.com/wifi(25613): Failed to handle...

https://we.tl/t-FGOpqCSFYw

I 'm working on ios version with this module but not working and no any error. Please share what is roadmap in the future for ios.

Hi I am using ANDROID X getting list is not working, it always returns [] getting SSID returns unknown SSID, and also level not showing anything What Should I Do?

This issue occurs on iPhoneX emulator and similar, but it works fine on other emulators such as iPhone7 Calling this ``` Future _getWifSignalStrength() async { int l = await Wifi.level;...

I tied to connect to a network which has no security , I tried to send '' empty String but it showed WiFi state as error.But I can connect to...

Hello, Is there any way to detect if the "WiFi" is turned off and then turn on the WiFi programmatically? If required prompt a user permission for it?