flowscope 0.1.0
flowscope: ^0.1.0 copied to clipboard
Real-time Flutter debugging SDK. Inspect Riverpod state, network requests, and events from an in-app overlay — without leaving your app.
0.1.0 #
Release Information #
- Initial release
- In-app floating overlay for Flutter debugging
- Riverpod state inspector with diff view (previous vs new value)
- Event timeline with color coded tags (STATE, NETWORK, LOG, ERROR)
- Dio network interceptor with request/response capture
- FlowLogger for manual event logging
- Draggable floating button
- Clear, Pause, Close overlay controls