flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Display query parameters for requests in Network Tab #7825

Closed kismet- closed 4 months ago

kismet- commented 4 months ago

Adds the query parameters associated with each request.

image

build.yaml badge

kenzieschmoll commented 4 months ago

Looks like there are still a couple of failing tests: https://github.com/flutter/devtools/actions/runs/9371225242/job/25807681019?pr=7825. You can fix these and verify the fix locally by running flutter test test/path/to/test.dart.