developer_tools_network 0.0.3
developer_tools_network: ^0.0.3 copied to clipboard
Network HTTP Inspector for developer_tools. Inlined fork of Alice - inspect HTTP requests and responses from the debug overlay.
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.
- Built on the
postman_collectionpackage.
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.