internet_connection_checker_plus
internet_connection_checker_plus copied to clipboard
Apis calls
I can't see my api calls, it only shows me socket calls
Provide the following information for me to analyze the issue:
- Output of
flutter doctor -v - The platform for which you are building
@khaledsawan and which version of the package are you using?
Give version mentioned in both pubspec.yaml and pubspec.lock files
@OutdatedGuy Sorry for being late in answering both pubspec.yaml/pubspec.lock for the latest version [2.7.2]
@khaledsawan the underline architecture of the package uses HEAD requests, so it is acting like a socket connection. That's my best guess, if not the case, I actually don't have any idea.
try this one
HttpClient.enableTimelineLogging = true;
also see here, https://github.com/flutter/devtools/issues/9203
Closing as not reproducible.