request_scope 0.1.0
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). RequestScopeInspectorwith bounded ring buffer, body truncation and anenabledflag for release builds.- VM service plumbing: posts custom events on the
Extensionstream and exposesext.requestScope.{getExchanges,clear,config}service extensions. - Bundled DevTools extension configuration (
extension/devtools/config.yaml).