internet_connection_checker_plus icon indicating copy to clipboard operation
internet_connection_checker_plus copied to clipboard

allow a custom connectivity check

Open josh-burton opened this issue 5 months ago • 0 comments

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 our standard http requests.

It would be great to be able to configure internet_connectivity_plus to use the same setup. I think a http Client parameter would work, or the option to support a custom _checkReachabilityFor method.

josh-burton avatar May 14 '25 21:05 josh-burton