-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter devtools could not preview http request when debug in remote android device #8305
Comments
@bkonyi I know you recently made some fixes to the Network page. Is this what we expect to be seeing here? Thanks! |
@darshankawar are you using |
I have the same problem, i am use 'package:dio/dio.dart' |
Same issue using dio package, any help ? |
#8380 (comment) |
I was trying both with package:http and dart:io and my problem is not solved |
Potentially. All of the HTTP logging functionality is currently built on If you set |
@bkonyi tried with http package still its not working and HttpClient.enableTimelineLogging to true as the first line of main(). The testing was done in counter app please check screenshots. |
Steps to reproduce
Expected results
Actual results
all http request display type is "socket"
Code sample
Code sample
[Paste your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: