request_scope 0.1.0 copy "request_scope: ^0.1.0" to clipboard
request_scope: ^0.1.0 copied to clipboard

Flutter DevTools Extension that inspects HTTP traffic in real time. Provides the core models, events and DevTools service extension used by adapters such as request_scope_dio.

Changelog #

All notable changes to this project are documented here. The format follows Keep a Changelog and the project adheres to Semantic Versioning.

[Unreleased] #

0.1.0 - 2026-05-18 #

Added #

  • Initial release.
  • Transport-agnostic data model (HttpExchange, RequestData, ResponseData, ErrorData) and event protocol (RequestStartedEvent, ResponseReceivedEvent, RequestFailedEvent, BufferClearedEvent, SnapshotEvent).
  • RequestScopeInspector with bounded ring buffer, body truncation and an enabled flag for release builds.
  • VM service plumbing: posts custom events on the Extension stream and exposes ext.requestScope.{getExchanges,clear,config} service extensions.
  • Bundled DevTools extension configuration (extension/devtools/config.yaml).
0
likes
150
points
82
downloads

Documentation

API reference

Publisher

verified publisheridonuntius.com

Weekly Downloads

Flutter DevTools Extension that inspects HTTP traffic in real time. Provides the core models, events and DevTools service extension used by adapters such as request_scope_dio.

Repository (GitHub)
View/report issues

Topics

#devtools #devtools-extension #http #network #inspector

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on request_scope