developer_tools_network 0.0.5
developer_tools_network: ^0.0.5 copied to clipboard
Network HTTP Inspector for developer_tools. Inlined fork of Alice - inspect HTTP requests and responses from the debug overlay.
0.0.5 #
- Point
repository,homepageandissue_trackerat the real repository (github.com/masreplay/developer_tools). The previous URLs referenced a non-existent org, so every package page on pub.flutter-io.cn showed broken links.
0.0.4 #
- Fix response headers being captured as
[value](Dart listtoString) — join multi-value headers with,so they read cleanly in the inspector and the exported Postman collection. - Add a Copy button next to Share in the inspector: copies the raw Postman collection JSON to the clipboard for pasting straight into Postman (Import › Raw text).
- Emit the Postman collection as plain JSON (drop the
postman_collectiondependency) so the package resolves on any toolchain, including projects onfreezed_annotation3.x. Output and behaviour are unchanged.
0.0.3 #
- Add Export Postman collection: a share button in the inspector calls list builds a Postman Collection (v2.1) from all captured calls and opens the share sheet.
- Each request item carries the full captured data — method, URL (protocol/host/path/query), headers, request cookies, raw/multipart body — plus the captured response as a saved example (status, headers, body) and extra metadata (client, duration, sizes, timestamps) in the request description.
0.0.2 #
- Add NetworkDioAdapter for HTTP call logging; integrate NetworkInspector with search and sorting.
- Refactor network inspector (exports, translations, UI) for readability and consistency.
- Bump
developer_tools_coreto^0.0.4.
0.0.1 #
- Initial release.
- Network (HTTP) Developer Tools extension.
- Open HTTP Inspector and Inspector Status Overview entries.
- Inlined fork of Alice HTTP inspector; rebranded as "Network" with no external alice dependency.