network_log_viewer 1.1.5 copy "network_log_viewer: ^1.1.5" to clipboard
network_log_viewer: ^1.1.5 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.5 #

  • Update pub.dev metadata links to the GitHub repository MohsinRizvi/Network-View-Logger.

1.1.4 #

  • Add auto-logging stream helpers for analytics, notifications, and deeplinks.
  • Improve Request Details performance for very large GraphQL payloads to reduce lag/crashes.

1.1.3 #

  • Align README with current package name, dependency snippet, and exported inspector APIs.

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
130
points
270
downloads

Documentation

API reference

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.

Topics

#flutter #logging #graphql #rest #analytics

License

BSD-3-Clause (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