network_log_viewer 1.1.2 copy "network_log_viewer: ^1.1.2" to clipboard
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_plus dependency to ^6.1.1 to be compatible with apps using requests_inspector.

1.1.0 #

  • Add RequestsInspector wrapper 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.
4
likes
0
points
270
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to log REST APIs, GraphQL (queries, variables, responses), and SDK events (Insider, Adjust, Amplitude) with an in-app viewer.

Repository (GitHub)
View/report issues

Topics

#flutter #logging #graphql #rest #analytics

License

unknown (license)

Dependencies

dio, flutter, gql, gql_exec, gql_http_link, gql_link, graphql, provider, sensors_plus, share_plus

More

Packages that depend on network_log_viewer