core/internet_checker library
Real internet connectivity verification.
Unlike connectivity_plus which only checks if a network interface is
available (WiFi connected, mobile data on), this module actually verifies
that the device can reach the internet by performing a lightweight
DNS lookup or HTTP HEAD request.
Classes
- InternetChecker
- Performs real internet reachability checks via DNS lookup.
- InternetCheckerConfig
- Configuration for InternetChecker.