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

# Feature Request You need to add PrivacyInfo.xcprivacy file following the new apple policy. Describe the feature Refer link: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Platforms affected (mark all that apply) ✅📱 iOS

I'm not seeing any updates to this Repo in many months. Is there a different repo available that is being properly maintained?

Shows this error.. has anyone gone through this static final InternetConnectionChecker _instance = InternetConnectionChecker.createInstance(); /// Ping a single address. See [AddressCheckOptions] for /// info on the accepted argument. Future isHostReachable(...

Hello, The method internetConnectionChecker.hasConnection works correctly in debug mode but always returns false in release mode or when I build apk release although my mobile is connected to the wifi

Hi! I really liked this plugin for its versatility. I'm missing functionality that I can't find anywhere else, I want to be alerted if the internet speed is too slow,...

Recently a client app was not working, investigation the reason we found that it was because he configured a VPN on his iPhone. This VPN was created by an app...

My phone does not have internet or megabytes of my mobile or telephone network, but nevertheless it returns me that I am connected, I think the **InternetConnectionChecker().hasConnection** method is failing.

From the [README.md](https://github.com/RounakTadvi/internet_connection_checker#readme): > When all the requests complete with either success or failure, a check is made to see if the list contains at least one true boolean. Returning...

Hi, I am facing the opposite of issue #6 I am using a physical device (Galaxy S22 Ultra). The device is connected to a WiFi camera via Wi-Fi (without an...