comESK

Results 3 comments of comESK

I'm seeing it now on an iOS 15.5 physical device, not just in the Simulator, so idk.

I'm seeing it on iOS 15.5 (physical device).

If you need a solution in the meantime, check out [internet_connection_checker](https://github.com/RounakTadvi/internet_connection_checker). They even have this code block in their README, for easy migration: ```dart var isDeviceConnected = false; var subscription...