internet_connection_checker icon indicating copy to clipboard operation
internet_connection_checker copied to clipboard

A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.

Results 21 internet_connection_checker issues
Sort by recently updated
recently updated
newest added

Hi, I am using the `hasConnection` method of the singleton instance to check after a failed manual refresh in the application if the internet connection is available. The method `_maybeEmitStatusUpdate`...