fancy_dio_inspector 2.0.1
fancy_dio_inspector: ^2.0.1 copied to clipboard
A HTTP inspector for Dio. It allows you to log & copy cURL of every request, response or error.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fancy_dio_inspectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fancy_dio_inspector: ^2.0.1Alternatively, 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:fancy_dio_inspector/fancy_dio_inspector.dart';