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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_log_viewer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  network_log_viewer: ^1.1.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:network_log_viewer/requests_inspector.dart';
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