WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Flutter plugin suite for various WiFi services.

Results 135 WiFiFlutter issues
Sort by recently updated
recently updated
newest added

I am searching for a function that will return stream. The stream will return a value each time a different WiFi network got connected. Sometimes WiFi signal is so low...

I run example app https://github.com/alternadom/WiFiFlutter/tree/master/example on ios getting this error ``` NEHotspotNetwork nehelper sent invalid result code [1] for Wi-Fi information request ``` #### My environment ``` xcode version 12.3...

I'm using this library to connect to a Raspberry Pi connected to a wifi-network. I recently upgraded the device i'm testing on, and I am currently running android 11. The...

Android 11, 12 makes it very hard for iOT devices. It is impossible to connect and configure them as Android detects that the connected WIFI does not have internet connection....

The title says it. I need to ask for ssid and password and then connect to the network, but if the selected network is the current already connected network, it...

No breaking changes and no changes in behavior. (The comments starting with "// ignore" should be checked and fixed if needed)

Fixed an issue on Android < Q where if the user already successfully connected to the network before, a new connection request with a wrong password would succeed. (Tested on...

So far this plugin has worked on my iPad, and Lenovo Android 11 Tablet. But today I got a Pixel 6 Android 12 for further testing - it is behaving...

bug

> 🚧 Work In Progress 🚧 Related to #290 ## Options for testing/playing around - Run example app - Integrate with your project with following: ```yaml wifi_passpoint: git: url: https://github.com/daadu/WiFiFlutter...