internet_connection_checker_plus
internet_connection_checker_plus copied to clipboard
A Flutter package to check your internet connection with sub-second response times, even on mobile networks!
Hello! I updated to flutter 3.24.0 and tried to run in debug, and I noticed that is impossible to use the app in debug mode, once I check for internet...
Hi, Thanks for the package. I am using the 0.0.1 version for a large and conflicted project. This package causes UI lags. For example: GestureDetector calls the OnTap function a...
Apps are more likely to be killed by the OS if they keep using the network when they are in the background. Using `AppLifecycleListener` can we stop the Timer that...
I'd like to only count it as a "working internet connection" when all of our backend servers can be reached.
**Description:** In **debug mode**, when checking for InternetStatus, if execution is paused by a debugger after the **HTTP request is sent but before the response is received**, and the request...
Our app uses Dio along with the native adapter, so it uses cupertino http and cronet under the hood. This means the connectivity checks are using a different stack to...
Thanks for the awesome package and great support! The _internet_connection_checker_ package already has this feature, do you plan to add it anytime soon?