cross_connectivity icon indicating copy to clipboard operation
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.

Results 4 cross_connectivity issues
Sort by recently updated
recently updated
newest added

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

question

looking at your code before switching to your plugin I stumbled upon this function: ![grafik](https://github.com/marchdev-tk/cross_connectivity/assets/16635729/99eeb926-948e-4a6b-a505-fab80e8e4853) 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...