cross_connectivity
cross_connectivity copied to clipboard
A Flutter plugin for handling Connectivity and REAL Connection state in the mobile, web and desktop platforms. Supports iOS, Android, Web, Windows, Linux and macOS.
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: ... 3. ... **Expected results:** **Actual results:** Logs ``` ``` ``` ``` ``` ```
We've got a very simple widget test that passes fine, however once we've added the ```ConnectivityBuilder``` to the top of the widget tree in that test, the test fails with...
looking at your code before switching to your plugin I stumbled upon this function:  for my understanding it will recursively call itself after the delay without any end. Actually...
Issue: When listening to isConnected and turning wifi off the connection status does not change, only if I put my computer in airplane mode will this stream update, however when...