flutter_ume icon indicating copy to clipboard operation
flutter_ume copied to clipboard

[Feature] `DioInspector` TODOs

Open AlexV525 opened this issue 2 years ago • 2 comments

Features

  • [x] Basic inspects feature. #16
  • [x] Real-time update with completed responses. #16
  • [x] Responses list paging. #16
  • [x] Copy contents in responses that delivered texts/maps. #16
  • [ ] Count display with dot.
  • [ ] Deliver requests to the container when they're sent.
  • [ ] Multiple Dio instances support.

Issues

  • [x] #28
  • [x] #53
  • [x] #67

AlexV525 avatar Aug 06 '21 08:08 AlexV525

Count display with dot

@AlexV525 You can implement PluggableWithStream abstract class to support showing red dot.

There're some other suggestions about DioInspector

  1. If the body is JSON, and content-type is JSON too, we can display the formatted JSON with interactive widget.
  2. Export the Ruquest and Response in cURL and .har format.
  3. Pin/Unpin a Request
  4. Filter the Request by RegExp
  5. Only show the path or absolute url

And here's the screenshot of UME which is ByteDance internal use only. The open source version of UME should use it as a reference for learning.

20211129-154223

talisk avatar Nov 29 '21 07:11 talisk

我看master已经有request header了,能否更新一下pub?

I see that the master already has request header info , can you update the pub?

hai046 avatar Jan 09 '23 09:01 hai046