dio_network_inspector 0.1.2
dio_network_inspector: ^0.1.2 copied to clipboard
An in-app network inspector for Dio — inspect, filter, and export HTTP traffic from inside your Flutter app. No plugins, no state-management lock-in.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dio_network_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dio_network_inspector: ^0.1.2Alternatively, 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:dio_network_inspector/dio_network_inspector.dart';