-
Notifications
You must be signed in to change notification settings - Fork 362
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
Integrate cronet_http with package:http_profile
#1167
Conversation
@@ -22,6 +22,7 @@ dev_dependencies: | |||
sdk: flutter | |||
http_client_conformance_tests: | |||
path: ../../http_client_conformance_tests/ | |||
http_profile: ^0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're adding a dependency on package:http_profile
, I believe
environment:
sdk: ^3.2.0
should be changed to
environment:
sdk: ^3.4.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
pkgs/cronet_http/CHANGELOG.md
Outdated
## 1.3.0-wip | ||
|
||
* Add integration to the | ||
[DevTools "Network" tab](https://docs.flutter.dev/tools/devtools/network). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[DevTools "Network" tab](https://docs.flutter.dev/tools/devtools/network). | |
[DevTools Network View](https://docs.flutter.dev/tools/devtools/network). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.