graphql_network_devtools 0.1.1
graphql_network_devtools: ^0.1.1 copied to clipboard
A Flutter DevTools extension for GraphQL network inspection. View GraphQL operations with operation names, search, and filtering.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-09 #
Added #
- Initial release of GraphQL Network DevTools extension
- Real-time monitoring with auto-refresh every 2 seconds
- Operation inspector for viewing request/response data, variables, headers, and errors
- Filter operations by type (Query, Mutation, Subscription)
- Search by operation name or query content
- Zero-configuration setup - works with any GraphQL client
- Automatic GraphQL detection via URL patterns and content type
- Support for
graphql_flutter,ferry,dio,http, and other HTTP clients