fancy_dio_inspector 1.5.1 fancy_dio_inspector: ^1.5.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 Dart:
$ dart pub add fancy_dio_inspector
With Flutter:
$ flutter pub add fancy_dio_inspector
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fancy_dio_inspector: ^1.5.1
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:fancy_dio_inspector/fancy_dio_inspector.dart';