network_log_viewer 1.1.5
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_viewerThis 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.5Alternatively, 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';