flutter / devtools

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

Please add Request body display to flutter dev tools network tab. #6572

Open mwawrusch opened 1 year ago

mwawrusch commented 1 year ago

Is there an existing issue for this?

Use case

We are using graphql as our backend for mobile and the flutter network tool does not show the request body, which makes it useless for graphql related work.

Proposal

Add Network Request (and possibly response) body.

huycozy commented 1 year ago

This is more suited to devtools repository so I will transfer the issue there. Similar/related issue: https://github.com/flutter/devtools/issues/3534.