developer_tools_network 0.0.5 copy "developer_tools_network: ^0.0.5" to clipboard
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, homepage and issue_tracker at 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 list toString) — 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_collection dependency) so the package resolves on any toolchain, including projects on freezed_annotation 3.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_core to ^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.
1
likes
120
points
85
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Network HTTP Inspector for developer_tools. Inlined fork of Alice - inspect HTTP requests and responses from the debug overlay.

Topics

#development #debug #tools #network #http

License

MIT (license)

Dependencies

collection, developer_tools_core, dio, equatable, flutter, flutter_local_notifications, open_filex, package_info_plus, path_provider, permission_handler, rxdart, sensors_plus, share_plus, url_launcher

More

Packages that depend on developer_tools_network