fancy_dio_inspector 1.7.0 copy "fancy_dio_inspector: ^1.7.0" to clipboard
fancy_dio_inspector: ^1.7.0 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_inspector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fancy_dio_inspector: ^1.7.0

Alternatively, 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';
11
likes
140
pub points
82%
popularity
screenshot

Publisher

verified publishergokhancavus.com

A HTTP inspector for Dio. It allows you to log & copy cURL of every request, response or error.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on fancy_dio_inspector