network_log_viewer 1.1.2
network_log_viewer: ^1.1.2 copied to clipboard
Flutter package to log REST APIs, GraphQL (queries, variables, responses), and SDK events (Insider, Adjust, Amplitude) with an in-app viewer.
1.1.2 #
- Improve GraphQL visibility by including variables in logged request payload.
- Remove emoji from inspector UI labels and dialogs.
- Refresh README screenshots and update docs/examples to current inspector APIs.
- Stabilize package imports/dependencies and analyzer setup for cleaner integration.
1.1.1 #
- Relax
sensors_plusdependency to^6.1.1to be compatible with apps usingrequests_inspector.
1.1.0 #
- Add
RequestsInspectorwrapper to open the in-app log viewer on double shake. - Allow integration style:
RequestsInspector(navigatorKey: navigatorKey, child: MyApp())without manual route wiring.
1.0.1 #
- Maintenance release (docs + metadata).
1.0.0 #
- Initial release.
- REST API logging via Dio interceptor (URL, method, request/response body, headers, status, duration).
- GraphQL logging via custom Link (endpoint URL, dynamic query, variables, operation name, full response).
- SDK event logging API for Insider, Adjust, Amplitude, and other analytics.
- In-app log viewer with expandable entries and back navigation.
- Optional console output in debug mode.
- Configurable max entries and enable/disable.