network_log_viewer 1.0.0 copy "network_log_viewer: ^1.0.0" to clipboard
network_log_viewer: ^1.0.0 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 Dart:

 $ dart pub add network_log_viewer

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 dart pub get):

dependencies:
  network_log_viewer: ^1.0.0

Alternatively, your editor might support dart pub get or 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/network_log_viewer.dart';
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

More

Packages that depend on network_log_viewer